import type { MapRecord } from '../types/recordTypes.js'; export declare function getMap(mapId: number | string): Promise; export default getMap;