import QQ from './program';
import type { IPluginContext } from '@tarojs/service';
import type { IOptions } from '../../taro-platform-weapp/dist/types';
export { QQ };
declare const _default: (ctx: IPluginContext, options: IOptions) => void;
export default _default;