import type { Provider } from "@intentic/engine"; import type { SshExecutor } from "../core/ssh.js"; export declare const REPO_VOLUME = "intentic-restic-repo"; export declare const isLocalRepo: (repo: string) => boolean; export declare const createBackupProvider: (executor?: SshExecutor) => Provider; //# sourceMappingURL=backup.d.ts.map