export declare class RpcMethodNotSupportedError extends Error {
    constructor(methodName: string);
}
