export declare function umount(device: string): Promise; export declare function isMounted(device: string): Promise; export declare function safeUmount(drive: string): Promise; export declare function denyMount(target: string, handler: () => any, opts?: { autoMountOnSuccess?: boolean; executablePath?: string; }): Promise;