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