import { IPageMap } from '../../types'; /** * Returns an object with keys representing all the page types, and values containing a map of objects representing those page types */ export declare function createPageMap(): IPageMap;