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>;
/**
 * TODO: [🧠][🤠] This should be probbably as part of `TextFormatDefinition`
 * Note: [💞] Ignore a discrepancy between file name and entity name
 */
