interface Client { request(method: String, payload?: any): Promise; } export declare const client: Client; export default Client;