import { Project } from "ts-morph";
export declare const initialize: (tsConfigFilePath: string) => {
    project: Project;
};
