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