export declare class Provider { request({ method, params }: { method: string; params?: unknown[]; }): Promise; }