import { IViewMap } from '../../types'; /** * Returns an object with keys representing all the view types, and values containing a map of objects representing those view types */ export declare const createViewMap: () => IViewMap;