import type { IPlugin } from "../typeDeclaration.js"; /** * dart 插件。 * 依赖 [dio](https://github.com/cfug/dio) */ export declare const DartPlugin: IPlugin; //# sourceMappingURL=index.d.ts.map