/** * transform humanize time to ms */ export declare function ms(t: number | string): number;