import * as Schema from "effect/Schema"; declare const NetworkIPAMConfig_base: Schema.Class; IPRange: Schema.optional; Gateway: Schema.optional; AuxiliaryAddresses: Schema.optionalWith, { nullable: true; }>; }, Schema.Struct.Encoded<{ Subnet: Schema.optional; IPRange: Schema.optional; Gateway: Schema.optional; AuxiliaryAddresses: Schema.optionalWith, { nullable: true; }>; }>, never, { readonly Gateway?: string | undefined; } & { readonly Subnet?: string | undefined; } & { readonly IPRange?: string | undefined; } & { readonly AuxiliaryAddresses?: { readonly [x: string]: string; } | undefined; }, {}, {}>; export declare class NetworkIPAMConfig extends NetworkIPAMConfig_base { } export {};