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