declare let groupsAPI: {
    getInvitesForCharacter: (shard: number, characterID: string) => any;
    getInvitesForGroup: (shard: number, groupID: string) => any;
};
export default groupsAPI;
