export declare const ellipsis: (str: string, len: number) => string; /** Reduce documentation markdown to a single line of prose. */ export declare const toPlainText: (markdown: string) => string; export declare const firstSentence: (text: string) => string;