declare const admin: {
    getGroupsAll: (pageNum: number, pageSize: number) => Promise<any>;
};
export default admin;
export { admin };
