/// import type { IScope } from 'angular'; export declare class WaypointService { private static waypointRegistry; static registerWaypointContainer(elementScope: IScope, element: JQuery, key: string, offset: number): void; private static enableWaypointEvent; static disableWaypointEvent(key: string): void; }