import * as Schema from "effect/Schema"; declare const SwarmDNSConfig_base: Schema.Class, { nullable: true; }>; Search: Schema.optionalWith, { nullable: true; }>; Options: Schema.optionalWith, { nullable: true; }>; }, Schema.Struct.Encoded<{ Nameservers: Schema.optionalWith, { nullable: true; }>; Search: Schema.optionalWith, { nullable: true; }>; Options: Schema.optionalWith, { nullable: true; }>; }>, never, { readonly Options?: readonly string[] | undefined; } & { readonly Nameservers?: readonly string[] | undefined; } & { readonly Search?: readonly string[] | undefined; }, {}, {}>; export declare class SwarmDNSConfig extends SwarmDNSConfig_base { } export {};