export declare function backupCommand(rawArgs: string[]): Promise; export declare function restoreCommand(rawArgs: string[]): Promise; export declare function backupsCommand(rawArgs: string[]): Promise;