import * as Schema from "effect/Schema"; declare const MountTmpfsOptions_base: Schema.Class; Mode: Schema.optional; Options: Schema.optionalWith>>, { nullable: true; }>; }, Schema.Struct.Encoded<{ SizeBytes: Schema.optional; Mode: Schema.optional; Options: Schema.optionalWith>>, { nullable: true; }>; }>, never, { readonly Options?: readonly (readonly string[] | null)[] | undefined; } & { readonly SizeBytes?: number | undefined; } & { readonly Mode?: number | undefined; }, {}, {}>; export declare class MountTmpfsOptions extends MountTmpfsOptions_base { } export {};