export function getResolvedParagraphProperties(node: any): any; export function calculateResolvedParagraphProperties(editor: any, node: any, $pos: any): any; /** * Resolve the OOXML cascade for a *hypothetical* inline props object — * used by commands that need to know what would resolve if the inline * override were modified or removed. Not cached (the input does not * correspond to a real node identity). * @returns The resolved paragraph properties, or the inline props * unchanged when the converter is unavailable (e.g., headless tests). */ export function resolveHypotheticalParagraphProperties(editor: any, $pos: any, inlineProps: any): any; //# sourceMappingURL=resolvedPropertiesCache.d.ts.map