export declare const int: (min: number, max: number) => number; export declare const int64: (min: bigint, max: bigint) => bigint; //# sourceMappingURL=number.d.ts.map