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