export declare function formatTime(time: number): string;
export declare function isJsonStr(content: string): boolean;
