import { NfePlugin, Nfe } from '@packages/report/nfe'; import { PluginOptions } from './options'; /** * 场景模式插件 */ export declare class H5NfePlugin implements NfePlugin { install(nfe: Nfe, options: PluginOptions): Nfe; } //# sourceMappingURL=index.d.ts.map