export default function (backupPath: string, options?: { yes: boolean; format: 'json' | 'yaml'; }): Promise;