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