import { APIGetAppIntegratePointDraftWithDescriptionInfoResponse } from './backend';
import { QueryLocalConfigInput } from './type';
/**
 * 主入口：把符合 yaml schema 的对象转换为后端 point_info_map。
 */
export declare function transformQueryLocalConfig(input: QueryLocalConfigInput, options?: {
    fallbackIconUrl?: string;
}): NonNullable<APIGetAppIntegratePointDraftWithDescriptionInfoResponse['point_info_map']>;
