import type { InternalQueryMethod } from "../types.js"; /** * Makes a query that is expected to return rows with exactly two columns, * named "key" and "value", and returns the result as a key → value record. */ export declare const record: InternalQueryMethod; //# sourceMappingURL=record.d.ts.map