import { GetPageResponseWithMetadata } from '../../types';
export declare const extractPlainTextFromPageProperty: (property: GetPageResponseWithMetadata['properties'][0]) => string;
