import { FormError } from './form-error'; import { RepriseInfo } from './gesdem-action-recovery/reprise-info'; import { I18nForm } from './i18n-form'; export declare class FormMetadata { reference: string; currentAction: number; referenceInterne: string; critical: boolean; initialisationDateTime: string; transfertDateTime: string; modificationDateTime: string; draftDemandeDeletionDate: number[]; draftDemRetentionDays: number; statut: string; infoReprise: RepriseInfo; } export declare class FormPostResponse { form: T; errors: FormError[]; meta: FormMetadata; }