import { BinanceClient } from '../../../clients'; export declare type CheckServerTimeResponse = Date; /** * Test connectivity to the Rest API and get the current server time. */ export declare function checkServerTime(client: BinanceClient): Promise;