export declare type BodyBaseGroup = { cod: (number | string); name: string; type: string; parent_cod?: string | null; parent_id?: number | null; sync?: boolean; formResponseId?: number | null; };