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