export declare function getNetworkTime(url?: string): Promise<string>;
export declare function getLocalTime(): string;
