import type { IDbAdapter, ReadSnapshotQueries } from '../@types/db-types.js'; /** Construct an allowlisted facade without leaking query classes or their executors. */ export declare function runReadSnapshot(queries: IDbAdapter['queries'], fn: (queries: ReadSnapshotQueries) => Promise): Promise;