/** * ```js * import { PollRepository } from '@amityco/ts-sdk' * 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; //# sourceMappingURL=unvotePoll.d.ts.map