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