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