import { DebugLevel } from '../types'; declare const Logger: (debugLevel: DebugLevel) => any; export { Logger }; //# sourceMappingURL=logger.d.ts.map