import { Project } from 'ts-morph'; /*** * Creates the ts-morph project used by the analyzer. */ export declare function createProject(root: string): Project;