import { QueryParam } from './model/common'; export declare class Group { static groups(token: string, options?: QueryParam): Promise; }