export declare type GetByEntityNameResponse<TEntity = any> = {
    currentStates: TEntity[];
    errors: string[];
};
