declare const makeMap: (originMap: object, key: string | number, value: number | string | object | Array) => any; export { makeMap };