import { IUserPollDTO } from '@scrimmage/schemas'; export declare const isPollClosed: (userPoll: IUserPollDTO) => boolean;