/** * This logger is used as a fallback logger in case of any error during the * initialization of the logger. It is used to log the error and provide a * default logger for the application. It should not be used as a primary * logger. */ declare const fallbackLogger: import("@vue-storefront/logger").LoggerInterface; export { fallbackLogger }; //# sourceMappingURL=fallbackLogger.d.ts.map