import type { InternalQueryMethod } from "../types.js"; /** * Makes a query and expects at least 1 result. * @throws NotFoundError If query returns no rows. */ export declare const many: InternalQueryMethod; //# sourceMappingURL=many.d.ts.map