export declare function pathToSample(...parts: string[]): string; export declare function pathToRoot(...parts: string[]): string; export declare function makePathToFile(file: string): Promise; export declare function testNameToDir(testName: string): string; /** * Calculate a Uri for a path to a temporary directory that will be unique to the current test. * Note: if a text is not currently running, then it is the path for the test file. * @param baseFilename - name of file / directory wanted * @param testFilename - optional full path to a test file. * @returns full path to the requested temp file. */ export declare function pathToTemp(...parts: string[]): string; //# sourceMappingURL=helper.d.ts.map