import { Wrapper } from "./Wrapper";
export declare function wrapInstalledPackages(wrappers: Wrapper[]): void;
