import { WxtPackageManager } from '../../types';
export declare function createWxtPackageManager(root: string): Promise<WxtPackageManager>;
