import * as Schema from "effect/Schema";
declare const SwarmNetworkAttachmentConfig_base: Schema.Class<SwarmNetworkAttachmentConfig, {
    Target: Schema.optional<typeof Schema.String>;
    Aliases: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        nullable: true;
    }>;
    DriverOpts: Schema.optionalWith<Schema.Record$<typeof Schema.String, typeof Schema.String>, {
        nullable: true;
    }>;
}, Schema.Struct.Encoded<{
    Target: Schema.optional<typeof Schema.String>;
    Aliases: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
        nullable: true;
    }>;
    DriverOpts: Schema.optionalWith<Schema.Record$<typeof Schema.String, typeof Schema.String>, {
        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 {};
//# sourceMappingURL=SwarmNetworkAttachmentConfig.generated.d.ts.map