type TTimeUnit = 's' | 'm' | 'h';
export declare const convertTimeToMilliseconds: (time: number, unit: TTimeUnit) => number;
export {};
