import { Entity } from '../../../../domain'; export declare const throwErrorIfNotUniqueOnAnything: ({ entity, }: { entity: Entity; }) => void;