export declare const iso8601DurationRegex: RegExp;
export declare const isISO8601Duration: (durationString: string) => RegExpMatchArray | null;
