/**
 * Type for the mode option of the mount file-system API.
 * @export
 * @type IMountFsMode
 */
export declare type IMountFsMode = "rdonly" | "rdwr";
