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