import { Manifest } from "../manifest.js"; import { TestComponentTypes } from "./types.js"; /** * Creates test project build, with the components requested, at project path and returns the resulting manifest */ export default function createTestBuild(projectName: string, projectPath: string, /** test components to add */ components: TestComponentTypes[]): Promise;