import { BaseInstrumentation } from '@grafana/faro-core'; export declare class ViewInstrumentation extends BaseInstrumentation { readonly name = "@grafana/faro-web-sdk:instrumentation-view"; readonly version = "2.4.0"; private notifiedView; private sendViewChangedEvent; initialize(): void; }