/**
 * Type for the mode option of the mount file-system API.
 * @export
 * @type {IMountFsMode}
 */
export type IMountFsMode = "rdonly" | "rdwr";
//# sourceMappingURL=IMountFsMode.d.ts.map