/** Takes a number of seconds and returns a string like "1d 3h 2m 52s" */
export declare function shortDurationString(seconds: number): string;
