import { FormApi } from 'final-form'; import { InsuranceType } from '@comparaonline/cicl-funnel-schema'; import { CarUseTypeCl } from '@comparaonline/quote-forms-schema/dist/enums/car-insurance-cl/carUseType'; export declare const isValidLegalRepresentativeSupport: (supportsLegalRepresentative: boolean, ownerNationalId: string, insuranceType: InsuranceType, vehicleUseType: CarUseTypeCl) => boolean; export declare const isCompanyVehicleOwner: (formApi: FormApi, checkByKM?: boolean) => boolean; export declare const isCommercialVehicle: (formApi: FormApi) => boolean; export declare const isPersonVehicleOwner: (formApi: FormApi, checkByKM?: boolean) => boolean;