import { AccountId } from 'caip';
export declare function safeSend(provider: any, method: string, params?: Array<any>): Promise<any>;
export declare function encodeRpcMessage(method: string, params?: any): any;
export declare function normalizeAccountId(input: AccountId): AccountId;
