import type { ParsedCVote } from '../types/internal'; import type { CIP36Vote } from '../types/public'; export declare function parseCVote(cVote: CIP36Vote): ParsedCVote; //# sourceMappingURL=cVote.d.ts.map