/** 获取schema数据 */
export declare function fetchSchemaData(query: {
    type: string;
    version: string;
}): Promise<any>;
