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