export declare class EndpointError extends Error { constructor(status: number, message: string); }