export = RPCError;
declare class RPCError extends Error {
    constructor(object: any, payload?: {});
}
//# sourceMappingURL=RPCError.d.ts.map