import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the timestamp of each sample of the given vector as the number of seconds since January 1, 1970 UTC. It acts on float and histogram samples in the same way. * * @example * timestamp(http_requests_total) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=timestamp.d.ts.map