/** * Recursively substitute ${CLAUDE_PLUGIN_ROOT} and ${OMP_PLUGIN_ROOT} * with the actual plugin root path in strings, arrays, and plain objects. */ export declare function substitutePluginRoot(value: T, rootPath: string): T;