import type * as recordTypes from '../../types/recordTypes'; export declare function getMap(mapId: number | string): Promise; export default getMap;