declare function getDuration(second: number): string;
declare function toString(): string;
declare function toString(date: Date): string;
export declare const TIME: {
    getDuration: typeof getDuration;
    toString: typeof toString;
};
export {};
//# sourceMappingURL=time.d.ts.map