import { RpcCoderState } from './types';
export default function encodeJson(self: RpcCoderState, method: string, params: Array<any>): string;
