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