import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the number of seconds since January 1, 1970 UTC. Note that this does not actually return the current time, but the time at which the expression is being evaluated. * * @example * time() */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=time.d.ts.map