import type { CancelablePromise } from '../core/CancelablePromise'; export declare class ErrorService { /** * @returns any * @throws ApiError */ static errorHandlerControllerGetError(): CancelablePromise; }