import type { InternalQueryMethod } from "../types.js"; /** * Makes a query and expects any number of results. */ export declare const any: InternalQueryMethod; //# sourceMappingURL=any.d.ts.map