import Logger from "./Interfaces/Logger"; /** * A default "logger" that does not actually do anything with events passed to * it. This should not be used in production. */ declare const nullLogger: Logger; export default nullLogger; //# sourceMappingURL=NullLogger.d.ts.map