export declare function initAppTelemetry(_appName: string): Promise; export declare function telemetryActive(): boolean; export declare function incrementCounter(_name: string, _value?: number, _attributes?: Record): void; export declare function injectTraceContext(carrier: Record): Record; export declare function traceIncomingCapability(_capability: string, _carrier: Record | undefined, fn: () => Promise): Promise;