import { Project, ProjectOptions } from 'ts-morph';
export declare function CreateProject(options?: ProjectOptions): Project;
