export declare function convertTypeDefinitions(projectPath: string, targetStyle: "type" | "interface"): Promise<void>;
