import { Logger } from './logging'; /** * Initialize the global logger at app startup */ export declare function initializeAppLogging(): Logger; export declare function basicLoggingExample(): void; export declare function operationTrackingExample(): Promise; export declare function UserProfileComponent({ userId }: { userId: string; }): import("react/jsx-runtime").JSX.Element; export declare function performanceTrackingExample(): void; export declare function breadcrumbsExample(): void; export declare function remoteLoggingExample(): void; export declare function filteringExample(): void; export declare function sensitiveDataExample(): void; export declare function dynamicLogLevelExample(): void; export declare function contextInjectionExample(): void; export declare function errorRecoveryExample(): Promise; export declare function logHistoryExample(): void; export declare function productionLoggingSetup(): Logger; export declare function testLoggingExample(): void;