/** * Transforms Time string to milliseconds ;) * @param str * @link `Documentation:` ***https://simplyd.js.org/docs/Others/ms*** * @example simplydjs.ms('1h') */ export declare function ms(str: string): number;