export type Logger = (message: string, ...rest: unknown[]) => void;
//# sourceMappingURL=logger.d.ts.map