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