import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { ReceivingConfig } from './ReceivingTypes'; declare const events: (receiveConfig: ReceivingConfig) => AlloyEvents.AlloyEventRecord; export { events }; //# sourceMappingURL=ActiveReceiving.d.ts.map