/** Formats elapsed milliseconds with the smallest useful unit breakdown. */
export declare function formatElapsed(milliseconds: number): string;
