import { UserPollStatus } from '@scrimmage/schemas'; export declare const getPollOrderByStatus: (status: UserPollStatus) => number;