/**
 * ```js
 * import { PollRepository } from '@amityco/ts-sdk-react-native'
 * await PollRepository.unvotePoll(pollId)
 * ```
 *
 * Votes for an {@link Amity.Poll}
 *
 * @param pollId The ID of the {@link Amity.Poll} to vote
 * @returns void
 *
 * @category Poll API
 * @async
 */
export declare const unvotePoll: (pollId: Amity.Poll['pollId']) => Promise<void>;
//# sourceMappingURL=unvotePoll.d.ts.map