import * as configuration from "../configuration/index.js"; /** creates the temp directory to run the tests in */ export declare function create(config: configuration.Data): Promise; //# sourceMappingURL=create.d.ts.map