import { RendererFactory2 } from '@angular/core'; import { StacheWindowRef } from './window-ref'; export declare class StacheOmnibarAdapterService { private windowRef; private rendererFactory; private static readonly HAS_OMNIBAR_CLASS_NAME; static readonly EXPECTED_OMNIBAR_HEIGHT: number; private renderer; private element; constructor(windowRef: StacheWindowRef, rendererFactory: RendererFactory2); checkForOmnibar(): void; getHeight(): number; omnibarEnabled(): boolean; private applyClassToBody(); }