import { Logger as TsLogLogger } from 'tslog';
export type Logger<T> = TsLogLogger<T>;
//# sourceMappingURL=logger.type.d.ts.map