declare type Path = string; declare type PythonMethod = string; declare type setupCreate = (smartRun?: boolean, projectPath?: Path) => (configLines: PythonMethod[], write?: boolean, out?: string) => string; export declare const setupCreate: setupCreate; export {};