export declare function debug(category: string, message: string, detail?: unknown): void; export { isDebugEnabled } from './logging.js'; //# sourceMappingURL=debug.d.ts.map