export declare type BaseBodyFormsDrafts = { key: number; formId: number; formFieldId: number; responseValue?: string; responseUserId?: number; };