export default class UnityProject { private _projectPath; constructor(projectPath: string); readonly projectPath: string; readonly assetsPath: string; private readonly projectPathArgs; createAsync(): Promise; exportPackageAsync(sourcePaths: string[], outputPath: string): Promise; importPackageAsync(packagePath: string): Promise; private verifyProjectExistsAsync; }