import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the day of the week for each of the input timestamps (in UTC). Returned values are from 0 to 6, where 0 means Sunday. * * @example * day_of_week() */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=day_of_week.d.ts.map