import { APIGetAppIntegratePointDraftWithDescriptionInfoResponse } from './backend'; import { QueryLocalConfigInput } from './type'; /** * 反向:把后端 point_info_map 结构转换回本地 YAML 对应的前端结构。 */ export declare function reverseTransformQueryLocalConfig(input: APIGetAppIntegratePointDraftWithDescriptionInfoResponse['point_info_map']): QueryLocalConfigInput;