import * as Schema from "effect/Schema";
declare const SwarmDNSConfig_base: Schema.Class<SwarmDNSConfig, {
    Nameservers: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        nullable: true;
    }>;
    Search: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        nullable: true;
    }>;
    Options: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        nullable: true;
    }>;
}, Schema.Struct.Encoded<{
    Nameservers: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        nullable: true;
    }>;
    Search: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        nullable: true;
    }>;
    Options: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        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 {};
//# sourceMappingURL=SwarmDNSConfig.generated.d.ts.map