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