import { Incomer, type IncomerOptions } from "./incomer.class.js"; import { Dispatcher } from "./dispatcher.class.js"; import type { GenericEvent } from "../types/index.js"; export declare class Externals { incomer: Incomer; dispatcher: Dispatcher; constructor(options: IncomerOptions); initialize(): Promise; close(): Promise; } //# sourceMappingURL=externals.class.d.ts.map