public static method ExportPackage(assetPathName:
string,
fileName: string):
        void;
      
public static void ExportPackage(string assetPathName,
string fileName);
    
public static method 
ExportPackage(
assetPathName:
string,
fileName: string,
flags: 
ExportPackageOptions):
        void;
      
 
public static void 
ExportPackage(string 
assetPathName,
string 
fileName,
ExportPackageOptions flags);
    
 
public static method 
ExportPackage(
assetPathNames:
string[],
fileName: string,
flags: 
ExportPackageOptions = ExportPackageOptions.Default):
        void;
      
 
public static void 
ExportPackage(string[] 
assetPathNames,
string 
fileName,
ExportPackageOptions flags = ExportPackageOptions.Default);