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