export { BDAbstractProperty, } from './abstract.js'; export { BDSingletProperty, } from './singlet/singlet.js'; export { BDPolledSingletProperty, } from './singlet/polled.js'; export { BDAbstractSingletProperty, } from './singlet/abstract.js'; export { BDArrayProperty, } from './array/array.js'; export { BDPolledArrayProperty, } from './array/polled.js'; export { BDAbstractArrayProperty, } from './array/abstract.js'; export { type BDPropertyEvents, type BDPropertyAccessContext, type BDPropertyCoVListener, BDPropertyType, } from './types.js'; //# sourceMappingURL=index.d.ts.map