/// import { Candidate, Parties } from '@votingworks/ballot-encoder'; import * as pdfMake from 'pdfmake/build/pdfmake'; /** * Builds a stack of candidate selections, one per choice or write-in. */ export default function candidateSelection(parties: Parties, vote: Candidate[]): pdfMake.Content; //# sourceMappingURL=candidateSelection.d.ts.map