import { Addon } from "../interfaces";
export declare function getPackagePathByAddon(addon: Addon): string;
