import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Counts the number of elements in the input vector. * * @example * count(http_requests_total) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=count.d.ts.map