import type { QueryableModule } from '../module-model/index.js'; import type { BridgeModuleEventData } from './EventData.js'; import type { BridgeParams } from './Params.js'; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export interface BridgeModule extends QueryableModule { } //# sourceMappingURL=Module.d.ts.map