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