export declare function getBundleZipTargets(basePath: string, files: string[]): Promise<{
    path: string;
    name: string;
}[]>;
