/** * Get my community invitations * * @param params the query parameters * @param callback the callback to be called when the invitations are fetched * @returns invitations * * @category My Community Invitations Live Collection * */ export declare const getMyCommunityInvitations: (params: Amity.MyInvitationsLiveCollection, callback: Amity.LiveCollectionCallback, config?: Amity.LiveCollectionConfig) => () => void; //# sourceMappingURL=getMyCommunityInvitations.d.ts.map