import * as Schema from "effect/Schema";
declare const V1Platform_base: Schema.Class<V1Platform, Schema.Struct<{
    readonly architecture: Schema.String;
    readonly os: Schema.String;
    readonly "os.version": Schema.optional<Schema.String>;
    readonly "os.features": Schema.optional<Schema.NullOr<Schema.$Array<Schema.String>>>;
    readonly variant: Schema.optional<Schema.String>;
}>, {}>;
export declare class V1Platform extends V1Platform_base {
}
export {};
//# sourceMappingURL=V1Platform.generated.d.ts.map