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