/** @format */ export declare function duration(data: number | string | Date, options: { locale?: string; largest?: number; }): string | null;