export declare function getPackedPackage(name: string, target?: string, packageDir?: string): Promise<string | void>;
