import { Positions } from '@/models/enums';
export declare const ALLOWED_POSITIONS: Positions[];
