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