import type { RichContent } from 'ricos-schema'; import type { DraftContent } from '../../../../types'; type TestValues = { type: string; expectedOutput: RichContent; input: DraftContent; }; export declare const testPlugin: (describeText: string, testValues: TestValues[]) => void; export {}; //# sourceMappingURL=testPlugin.d.ts.map