import { type BackupRecord } from "../../operations/types.js"; import { type DrizzleExecutor } from "../../drizzle.js"; /** * Loads the canonical backup record by identifier and maps absence to the operations not-found error. * Reusing the same projection after create and update keeps returned status, retention, storage, and audit fields consistent. */ export declare function backupDb(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=backupDb.d.ts.map