/** * Generic function to find the plugin root directory * Works with both npm install and local file references */ export declare function getPluginRoot(): string;