import { BaseClient } from './base-client'; export declare class Client extends BaseClient { fetch: (...args: any[]) => Promise; }