export declare function getDurationString(start: Date | string, end: Date | string, format?: "long"): string;
