import type { PageData, PageProps } from '@redocly/config'; export type CachedPageData = { Template: React.ComponentType> | null; } & PageData; export type ResolvedPageData = { sharedData: Record; } & CachedPageData; //# sourceMappingURL=extended-page-data.d.ts.map