declare const YEAR: {
    ANY: string;
    FILLER_WORDS: string;
    WITH_FILLER_WORDS: string;
};
export default YEAR;
