import { FastCheck, Schema } from "effect"; export declare const NetworkId: Schema.brand, "NetworkId">; export type NetworkId = typeof NetworkId.Type; export declare const makeOrThrow: (number: number) => NetworkId; export declare const generator: FastCheck.Arbitrary>; //# sourceMappingURL=NetworkId.d.ts.map