import type { JSONContent } from '@tiptap/core'; import type { Extractor } from 'ricos-content/libs/modifier-infra'; export declare const extract: (content: JSONContent | JSONContent[]) => Extractor; //# sourceMappingURL=extract.d.ts.map