import { IntegrationErrorType, ServerError } from '../../models'; export declare class DelegateToFrontedError extends ServerError { errorType: IntegrationErrorType; constructor(errorType: IntegrationErrorType); }