declare class RpcRemoteError extends Error { readonly stack?: string | undefined; constructor(message: string, stack?: string | undefined); toString(): string; } export { RpcRemoteError };