import { BaseInstrumentation } from '@grafana/faro-core'; export declare class SessionInstrumentation extends BaseInstrumentation { readonly name = "@grafana/faro-web-sdk:instrumentation-session"; readonly version = "2.4.0"; private notifiedSession; private sendSessionStartEvent; private createInitialSession; private registerBeforeSendHook; initialize(): void; }