import { MalfunctionError } from 'helpful-errors';
export declare class DomainEntityPrimaryKeysMustBeDefinedError extends MalfunctionError {
    constructor({ entityName, nameOfFunctionNeededFor, }: {
        entityName: string;
        nameOfFunctionNeededFor: string;
    });
}
