import { Model } from 'mongoose'; import { IPollSelectionAttributes } from '../../interfaces/pollSelectionInterface'; declare const PollSelectionModel: Model; export default PollSelectionModel;