import { MCard } from './MCard';
/**
 * Generate a collision event for the given card.
 */
export declare function generateCollisionEvent(card: MCard): Promise<string>;
/**
 * Generate a duplication event for the given card.
 */
export declare function generateDuplicationEvent(card: MCard): string;
//# sourceMappingURL=EventProducer.d.ts.map