import type { Optional } from '../../types'; export declare const parseTime: (durationString: string) => Optional;