import type { Auth, JsonRpcRequest } from '@particle-network/auth'; import type { IAuthAdapter } from './types'; export declare class AuthEVMAdapter implements IAuthAdapter { private auth; constructor(auth: Auth); request(request: Partial): Promise; private legacyToString; }