- import { DiagAPI } from './api/diag';
- /**
- * Entrypoint for Diag API.
- * Defines Diagnostic handler used for internal diagnostic logging operations.
- * The default provides a Noop DiagLogger implementation which may be changed via the
- * diag.setLogger(logger: DiagLogger) function.
- */
- export declare const diag: DiagAPI;
- //# sourceMappingURL=diag-api.d.ts.map
|