import { FormApi } from 'final-form'; import { CarStatus } from '../constants'; export declare const getCarStatus: (formApi: FormApi) => CarStatus;