export declare function nowChinaTimeString(): string;
export declare function formatTimeDisplay(fromTime?: string, toTime?: string): {
    displayFrom: string;
    displayTo: string;
};
