declare function fetchCreateUserGroup(params: {
    name: string;
    parent: string;
}): Promise<any>;
export default fetchCreateUserGroup;
