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