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