import type { PostgresAccessor } from '../../accessor/postgres.ts'; import type { ScopeMatch } from '../hierarchy/scope.ts'; export declare function schemaGuard(accessor: PostgresAccessor, match: ScopeMatch, virtual: string): Promise; export declare function entityGuard(accessor: PostgresAccessor, match: ScopeMatch, virtual: string): Promise; export declare const readdir: import("../hierarchy/probe.ts").ReaddirFn; //# sourceMappingURL=readdir.d.ts.map