/** * Moved to `@lensmcp/protocol-types` so the Nest sink, the gateway, the bridge and * the browser runtime all bucket against the SAME implementation — four divergent * copies of the write contract is how a writer ended up with no guard at all. * Re-exported here so existing import sites are unchanged. */ export { createEventFloodGuard, type FloodAdmit, type FloodGuard, type FloodGuardOptions, } from '@lensmcp/protocol-types';