declare type Return = Promise<{ file: string; filename: string; } | void>; declare function backupFile(file: string): Return; export { backupFile }; //# sourceMappingURL=backup-file.d.ts.map