import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations';
import type { ExpectationUnit } from '../../pipeline/PipelineJson/Expectations';
/**
 * Index of all counter functions
 *
 * @public exported from `@promptbook/utils`
 */
export declare const CountUtils: Record<ExpectationUnit, (text: string) => ExpectationAmount>;
