import type { EventData } from '@ariestools/sdk'; import type { ModuleEventArgs, ModuleInstance, QueryableModule } from '../../module-model/index.js'; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export type ExposedEventArgs = ModuleEventArgs; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export interface ExposedEventData extends EventData { exposed: ExposedEventArgs; } //# sourceMappingURL=Exposed.d.ts.map