export declare function percentToBps(pct: string): bigint; export declare function minutesToMs(minutes: string): bigint; export declare function hoursToMs(hours: string): bigint; export declare function bpsToPercent(bps: bigint, decimals?: number): string; export declare function msToMinutes(ms: bigint, decimals?: number): string; export declare function msToHours(ms: bigint, decimals?: number): string;