/**
 * ```js
 * import { community } from '@amityco/ts-sdk-react-native'
 * const isJoined = await community.getMyJoinRequest('foobar')
 * ```
 *
 * Joins a {@link Amity.Community} object
 *
 * @param communityId the {@link Amity.Community} to join
 * @returns A success boolean if the {@link Amity.Community} was joined
 *
 * @category Community API
 * @async
 */
export declare const getMyJoinRequest: (communityId: Amity.Community['communityId']) => Promise<Amity.Cached<Amity.JoinRequest | undefined>>;
//# sourceMappingURL=getMyJoinRequest.d.ts.map