import { GetBlockResponseWithMetadata } from '../../types'; export declare type RichTextItemResponse = Extract['paragraph']['rich_text'][0]; export declare const flattenRichText: (richTextItemResponse: RichTextItemResponse[]) => string; export declare const extractPlainTextFromBlock: (block: GetBlockResponseWithMetadata) => string;