/**
 * Create a full file structure for testing ts-dev-tools packages installation
 * This function is not using cache to prevents drift between current code and test code
 * @param projectDir path where to prepare packages
 * @returns packages directory path
 */
export declare function createTestPackagesDir(filename: string): Promise<string>;
