/** * Get invitations * * @param params the query parameters * @param callback the callback to be called when the invitations are updated * @returns invitations * * @category Invitation Live Collection * */ export declare const getInvitations: (params: Amity.InvitationLiveCollection, callback: Amity.LiveCollectionCallback, config?: Amity.LiveCollectionConfig) => () => void; //# sourceMappingURL=getInvitations.d.ts.map