import type { MapRecord } from '../types/recordTypes.js';
export default function getMaps(): Promise<MapRecord[]>;