export declare type ApiBodyParamsUsersProfiles = { canSelfCreateAccount?: boolean | null; name?: string; namePlural?: string | null; slug?: string; color?: string | null; homePageDefault?: string; permissions?: Array; };