export declare class IngressActorError extends Error { errorType: string; constructor(errorType: string, message: string); }