import * as Schema from "effect/Schema";
declare const SwarmIPAMConfig_base: Schema.Class<SwarmIPAMConfig, {
    Subnet: Schema.optional<typeof Schema.String>;
    Range: Schema.optional<typeof Schema.String>;
    Gateway: Schema.optional<typeof Schema.String>;
}, Schema.Struct.Encoded<{
    Subnet: Schema.optional<typeof Schema.String>;
    Range: Schema.optional<typeof Schema.String>;
    Gateway: Schema.optional<typeof Schema.String>;
}>, never, {
    readonly Gateway?: string | undefined;
} & {
    readonly Subnet?: string | undefined;
} & {
    readonly Range?: string | undefined;
}, {}, {}>;
export declare class SwarmIPAMConfig extends SwarmIPAMConfig_base {
}
export {};
//# sourceMappingURL=SwarmIPAMConfig.generated.d.ts.map