import type { IPluginContext } from '@tarojs/service'; import { AsyncPackOpts } from './types'; export * from './types'; export * from './inject-dynamic-style'; declare const _default: (ctx: IPluginContext, pluginOpts: Partial) => void; export default _default;