import { CustomError } from './custom-error'; export declare class FailOnError extends CustomError { private static ERROR_MESSAGE; constructor(); }