import { VitestFailOnConsoleFunction } from './types'; declare const init: ({ errorMessage, shouldFailOnAssert, shouldFailOnDebug, shouldFailOnError, shouldFailOnInfo, shouldFailOnLog, shouldFailOnWarn, skipTest, allowMessage, silenceMessage, afterEachDelay, shouldPrintMessage }?: VitestFailOnConsoleFunction) => void; export default init;