/**
 * Flowtype definitions for cVote
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

import type { ParsedCVote } from "../types/internal";
import type { CIP36Vote } from "../types/public";
declare export function parseCVote(cVote: CIP36Vote): ParsedCVote;
