export declare const addDefaultErrorInfo: (error: any, info: any) => void;
export declare const addErrorInfo: (error: any, info: any) => void;
export declare const getErrorInfo: (error: any) => any[];
export declare const changeErrorType: (error: any, oldType: any, newType: any) => void;
export declare const isBuildError: (error: any) => boolean;
export declare const CUSTOM_ERROR_KEY = "customErrorInfo";
