import type { DocumentRecord, DbOperation } from './types.ts'; /** * Helper: Get a document record by ID */ export declare const getDocumentRecord: DbOperation<[number], DocumentRecord | null>; //# sourceMappingURL=getDocumentRecord.d.ts.map