export type NormalizeConfig = { anchorTarget?: string; relValue?: string; disableInlineImages?: boolean; removeInvalidInlinePlugins?: boolean; disableDownload?: boolean; disableImagesExpand?: boolean; disableGalleryExpand?: boolean; }; export type LinkRange = { text: string; index: number; lastIndex: number; }; export type NormalizationProcessor = (processed: T, ...args: any[]) => T; export * from './componentData'; export * from './contentApi'; export * from './contentTypes'; export * from './mediaUploadTypes'; //# sourceMappingURL=index.d.ts.map