import type { BackupInput, HostInput } from "@intentic/need-resolver"; import type { ResolvedNode } from "@intentic/resources"; export declare const DEFAULT_BACKUP_REPO = "/repo"; export declare const defaultBackupInput: () => BackupInput; export declare const resolveBackup: (hostId: string, host: HostInput, input: BackupInput, signozServiceId: string | undefined, controlPlane: readonly string[]) => ResolvedNode; //# sourceMappingURL=backup.d.ts.map