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