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