export type Logger = Pick<typeof console, "debug" | "info" | "warn" | "error">;
//# sourceMappingURL=types.d.ts.map