import type { IPluginContext } from '@tarojs/service';
export declare function es5Generator(ctx: IPluginContext): Promise<void>;
