import * as Schema from "effect/Schema";
declare const PluginInterfaceType_base: Schema.Class<PluginInterfaceType, {
    Capability: typeof Schema.String;
    Prefix: typeof Schema.String;
    Version: typeof Schema.String;
}, Schema.Struct.Encoded<{
    Capability: typeof Schema.String;
    Prefix: typeof Schema.String;
    Version: typeof Schema.String;
}>, never, {
    readonly Version: string;
} & {
    readonly Capability: string;
} & {
    readonly Prefix: string;
}, {}, {}>;
export declare class PluginInterfaceType extends PluginInterfaceType_base {
}
export {};
//# sourceMappingURL=PluginInterfaceType.generated.d.ts.map