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