interface Randint { (low: number, high: number): number; (value: number): number; } export declare const randint: Randint; export {};