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