import * as Schema from "effect/Schema";
declare const SwarmNodeStatus_base: Schema.Class<SwarmNodeStatus, {
    State: Schema.optional<typeof Schema.String>;
    Message: Schema.optional<typeof Schema.String>;
    Addr: Schema.optional<typeof Schema.String>;
}, Schema.Struct.Encoded<{
    State: Schema.optional<typeof Schema.String>;
    Message: Schema.optional<typeof Schema.String>;
    Addr: Schema.optional<typeof Schema.String>;
}>, never, {
    readonly State?: string | undefined;
} & {
    readonly Addr?: string | undefined;
} & {
    readonly Message?: string | undefined;
}, {}, {}>;
export declare class SwarmNodeStatus extends SwarmNodeStatus_base {
}
export {};
//# sourceMappingURL=SwarmNodeStatus.generated.d.ts.map