export type ContextId = () => void; type NavigationContextType = ContextId | undefined; export declare const NavigationContext: import("lwr/contextUtils").ContextualWireAdapter; export {}; //# sourceMappingURL=navigationContext.d.ts.map