import type { CustomerSupportDto } from '../api/legalEntity/legalEntity.types'; import type { LegalEntity } from '../core/models/api/legal-entity'; export declare const customerSupportPresubmitProcess: (legalEntityResponse: LegalEntity, legalEntityToSubmit: LegalEntity) => CustomerSupportDto | undefined;