import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
export declare const useAssociatedLegalRepresentative: (legalEntity: ExistingLegalEntity) => ExistingLegalEntity | undefined;
