import type { JournalMapData } from '../type'; /** * 从 YML URL 中解析 JSON * @param url */ export declare const fetchYMLToJSON: (url: string) => Promise;