import { Method } from '../types';
export declare function ParseRPC(tokens: string[]): Method;
