import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the day of the year for each of the input timestamps (in UTC). Returned values are from 1 to 366. * * @example * day_of_year() */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=day_of_year.d.ts.map