/**
 * Safely parse human readable time format into milliseconds
 */
export declare function getMilliseconds<T = undefined>(value: unknown, fallback?: T): number | T;
