/** * Get Join Requests * * @param params the query parameters * @param callback the callback to be called when the join request are updated * @returns joinRequests * * @category joinRequest Live Collection * */ export declare const getJoinRequests: (params: Amity.JoinRequestLiveCollection, callback: Amity.LiveCollectionCallback, config?: Amity.LiveCollectionConfig) => () => void; //# sourceMappingURL=getJoinRequests.d.ts.map