import ExtendableError from 'extendable-error'; export declare class RPCError extends ExtendableError { readonly code: string; constructor(code: string, message?: string); }