/**
 * Generate a composed id based on the input parameters and return either the is if it exists or the generated one.
 * @param idProperty
 * @param prefix
 */
export declare function generateEntityId(idProperty: string, prefix?: string): string;
