import * as Schema from "effect/Schema"; declare const TypesComponentVersion_base: Schema.Class, { nullable: true; }>; }, Schema.Struct.Encoded<{ Name: typeof Schema.String; Version: typeof Schema.String; Details: Schema.optionalWith, { nullable: true; }>; }>, never, { readonly Name: string; } & { readonly Version: string; } & { readonly Details?: { readonly [x: string]: string; } | undefined; }, {}, {}>; export declare class TypesComponentVersion extends TypesComponentVersion_base { } export {};