import { Plugin, PluginFunctions } from '../types'; /** * D, E, P refer to * * Description, Expected and Provided and are used here for better readability */ export declare function mergeContexts(context: unknown, append: unknown): void; export default function plugin({ enhanceExpose, enhanceUpdateContext, reservedWords, enhanceExtractContextAsArrangement, enhanceExtractContextAsFragment, enhanceExtractFragmentDescription, }: PluginFunctions): Plugin;