export declare const deleteSubvolAsync: (subvol: string) => Promise; export declare const snapshotSubvolAsync: (src: string, dest: string) => Promise;