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