/** @packageDocumentation * @module Logging */ /** * Logger categories used by this package * @note All logger categories in this package start with the `presentation-frontend` prefix. * @see [Logger]($bentley) * @public */ export declare enum PresentationFrontendLoggerCategory { Package = "presentation-frontend" } //# sourceMappingURL=FrontendLoggerCategory.d.ts.map