export default class NullGroupInfo extends GroupInfo {
    constructor(groupId: any);
    target: any;
}
import GroupInfo from "./groupInfo";
