import type { AssetGalleryData } from '../types'; /** * YML 转 JSON * @param yml * @constructor */ export declare const YMLToJSON: (yml: string) => AssetGalleryData;