/**
 * @since 4.0.0
 */
import * as Schema from "../../Schema.ts";
/**
 * @since 4.0.0
 * @category constructors
 */
export declare const MachineId: Schema.brand<Schema.Int, "~effect/cluster/MachineId">;
/**
 * @since 4.0.0
 * @category models
 */
export type MachineId = typeof MachineId.Type;
/**
 * @since 4.0.0
 * @category Constructors
 */
export declare const make: (id: number) => MachineId;
//# sourceMappingURL=MachineId.d.ts.map