import { Poll } from '../models/poll'; export declare const getTotalVotes: (poll: Poll) => number;