import type { PageReference } from 'lwr/router'; type PageReferenceContext = PageReference | undefined; /** * Services @wire(CurrentPageReference) requests. * Hooks up to an Observable from the current navigation context. */ export declare const CurrentPageReference: import("lwr/contextUtils").ContextualWireAdapter; export {}; //# sourceMappingURL=currentPageReference.d.ts.map