import type { S3Config } from "../../types.ts"; export declare function startAutoBackupScheduler(frequency: "daily" | "weekly", getDatabase: () => string | undefined, settingsDir: string, storageDir?: string, s3?: S3Config): () => void; //# sourceMappingURL=scheduler.d.ts.map