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