export declare class Api {
    constructor({ baseURL, timeout, token, }: {
        baseURL: any;
        timeout: any;
        token: any;
    });
}
