export async function postcondition({read, assert}) {
    const found = await find([{filter}], paths, {read});
    assert(!found);
}