export declare function request(host: string, params?: {
    [key: string]: any;
}, opts?: {
    [key: string]: any;
}, accessKeySecret?: string): Promise<any>;
