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