import type { IPluginContext } from '@tarojs/service';
/**
 * 更新配置文件
 */
export declare function updateConfig(options: {
    ctx: IPluginContext;
    compilerType: CompilerType;
}): Promise<void>;
