import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const TmpfsOptions_base: Schema.Class<TmpfsOptions, {
    SizeBytes: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
    Mode: Schema.optional<MobySchemas.UInt32Schemas.$UInt32>;
    Options: Schema.optionalWith<Schema.Array$<Schema.NullOr<Schema.Array$<typeof Schema.String>>>, {
        nullable: true;
    }>;
}, Schema.Struct.Encoded<{
    SizeBytes: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
    Mode: Schema.optional<MobySchemas.UInt32Schemas.$UInt32>;
    Options: Schema.optionalWith<Schema.Array$<Schema.NullOr<Schema.Array$<typeof Schema.String>>>, {
        nullable: true;
    }>;
}>, never, {
    readonly Options?: readonly (readonly string[] | null)[] | undefined;
} & {
    readonly SizeBytes?: MobySchemas.Int64Schemas.Int64Brand | undefined;
} & {
    readonly Mode?: MobySchemas.UInt32Schemas.UInt32Brand | undefined;
}, {}, {}>;
export declare class TmpfsOptions extends TmpfsOptions_base {
}
export {};
//# sourceMappingURL=TmpfsOptions.generated.d.ts.map