import * as Schema from "effect/Schema"; declare const SwarmExternalCA_base: Schema.Class; URL: typeof Schema.String; Options: Schema.optionalWith, { nullable: true; }>; CACert: typeof Schema.String; }, Schema.Struct.Encoded<{ Protocol: Schema.Literal<["cfssl"]>; URL: typeof Schema.String; Options: Schema.optionalWith, { nullable: true; }>; CACert: typeof Schema.String; }>, never, { readonly Options?: { readonly [x: string]: string; } | undefined; } & { readonly URL: string; } & { readonly CACert: string; } & { readonly Protocol: "cfssl"; }, {}, {}>; export declare class SwarmExternalCA extends SwarmExternalCA_base { } export {};