import * as Schema from "effect/Schema"; declare const V1Platform_base: Schema.Class; "os.features": Schema.optionalWith, { nullable: true; }>; variant: Schema.optional; }, Schema.Struct.Encoded<{ architecture: typeof Schema.String; os: typeof Schema.String; "os.version": Schema.optional; "os.features": Schema.optionalWith, { nullable: true; }>; variant: Schema.optional; }>, never, { readonly architecture: string; } & { readonly os: string; } & { readonly "os.version"?: string | undefined; } & { readonly "os.features"?: readonly string[] | undefined; } & { readonly variant?: string | undefined; }, {}, {}>; export declare class V1Platform extends V1Platform_base { } export {};