import * as Schema from "effect/Schema"; declare const ContainerDefaultNetworkSettings_base: Schema.Class; Gateway: Schema.optional; GlobalIPv6Address: Schema.optional; GlobalIPv6PrefixLen: Schema.optional; IPAddress: Schema.optional; IPPrefixLen: Schema.optional; IPv6Gateway: Schema.optional; MacAddress: Schema.optional; }, Schema.Struct.Encoded<{ EndpointID: Schema.optional; Gateway: Schema.optional; GlobalIPv6Address: Schema.optional; GlobalIPv6PrefixLen: Schema.optional; IPAddress: Schema.optional; IPPrefixLen: Schema.optional; IPv6Gateway: Schema.optional; MacAddress: Schema.optional; }>, never, { readonly MacAddress?: string | undefined; } & { readonly EndpointID?: string | undefined; } & { readonly Gateway?: string | undefined; } & { readonly IPAddress?: string | undefined; } & { readonly IPPrefixLen?: number | undefined; } & { readonly IPv6Gateway?: string | undefined; } & { readonly GlobalIPv6Address?: string | undefined; } & { readonly GlobalIPv6PrefixLen?: number | undefined; }, {}, {}>; export declare class ContainerDefaultNetworkSettings extends ContainerDefaultNetworkSettings_base { } export {};