import { Returning } from '../types/Returning'; export declare class RemoteError extends Error { constructor(error: Returning['error']); }