import type { ComPlainDate } from "../PlainDate.js"; /** * Get the day of the year for a plain-date. * * @see {@link https://en.wikipedia.org/wiki/Ordinal_date | ordinal date on Wikipedia} */ export declare function ordinal(date: ComPlainDate): number; //# sourceMappingURL=ordinal.d.ts.map