import type { INTEGER } from "../../macros.mjs";
export default class YEAR_ENCODING {
    readonly year: INTEGER;
    constructor(year: INTEGER);
}
