import type { BoundSubtreeLens } from '../lens'; export declare const getTextToKeep: (contentTypeId: string, lens: BoundSubtreeLens) => string | undefined;