import { config } from 'winston'; declare const LEVELS: config.NpmConfigSetLevels; declare const LEVEL_LABEL = "silly"; declare const LEVEL: number; export { LEVEL, LEVEL_LABEL, LEVELS }; //# sourceMappingURL=constants.d.ts.map