import { CardTenantProfileRow, CreditAgentEntityState, CreditAgentMacro } from './creditAgentState'; export declare function getCreditAgentRows(state: CreditAgentEntityState): CardTenantProfileRow[]; export declare function getCreditAgentMacroEntity(state: CreditAgentEntityState): CreditAgentMacro | undefined;