import { DistributeMatchingUnions } from './DistributeUnions.js';
export type DeepExclude<a, b> = Exclude<DistributeMatchingUnions<a, b>, b>;
