import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations';
/**
 * Counts number of characters in the text
 *
 * @public exported from `@promptbook/utils`
 */
export declare function countCharacters(text: string): ExpectationAmount;
