import { FileType } from "types"; /** * * taro2.x补丁,改写为taro3.x * @param ast * @param type * @returns */ export declare function patchConfigAndImport(ast: any, type?: FileType, filePath?: string): Promise<[any, boolean, string, (cfg: any) => void]>;