import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const SwarmDispatcherConfig_base: Schema.Class<SwarmDispatcherConfig, {
    HeartbeatPeriod: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
}, Schema.Struct.Encoded<{
    HeartbeatPeriod: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
}>, never, {
    readonly HeartbeatPeriod?: MobySchemas.Int64Schemas.Int64Brand | undefined;
}, {}, {}>;
export declare class SwarmDispatcherConfig extends SwarmDispatcherConfig_base {
}
export {};
//# sourceMappingURL=SwarmDispatcherConfig.generated.d.ts.map