import { Base } from "./base"; import { EventBus } from "./event-bus"; import { LineStatus } from "./line-status"; import { Options } from "./options"; import { Sender } from "./sender"; export type TracingJS = { options: Options; eventBus: EventBus; base: Base; sender: Sender; lineStatus: LineStatus; }; //# sourceMappingURL=tracingjs.d.ts.map