export declare type Groups = { id: number; parentId?: number | null; productId?: number | null; cod: string; parentCod?: string | null; name: string; displayName?: string | null; status: string | null; type: string; telefone?: string | null; year?: string | null; gradesTemplateId?: number | null; sync: boolean | null; formResponseId?: number | null; acquisitionFlow?: (any[] | boolean | number | string) | null; ingressStartDate?: string | null; ingressEndDate?: string | null; limitMembers?: number | null; canBeSeenBy?: (any[] | boolean | number | string) | null; canBeAccessedBy?: (any[] | boolean | number | string) | null; preregistration: boolean | null; waitingList: boolean | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };