import * as Schema from "effect/Schema"; declare const SwarmNetworkAttachmentConfig_base: Schema.Class; Aliases: Schema.optionalWith, { nullable: true; }>; DriverOpts: Schema.optionalWith, { nullable: true; }>; }, Schema.Struct.Encoded<{ Target: Schema.optional; Aliases: Schema.optionalWith, { nullable: true; }>; DriverOpts: Schema.optionalWith, { nullable: true; }>; }>, never, { readonly Target?: string | undefined; } & { readonly Aliases?: readonly string[] | undefined; } & { readonly DriverOpts?: { readonly [x: string]: string; } | undefined; }, {}, {}>; export declare class SwarmNetworkAttachmentConfig extends SwarmNetworkAttachmentConfig_base { } export {};