import type { IPluginContext } from '@tarojs/service';
/**
 * 命令行扩展
 */
declare const _default: (ctx: IPluginContext) => void;
export default _default;
