import type { DataMap } from '../types'; export declare function getDataMap(data: any): DataMap;