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