import { FileTree } from './project-configurator'; import { InitOptions, ProjectInfo } from '../main/init'; export declare function testInit(filename: string, fileTree: FileTree): ProjectInfo; export declare function testInit(filename: string, options: InitOptions, fileTree: FileTree): ProjectInfo;