export declare const printDuration: (startTime: [
    number,
    number
]) => string;
