export declare function importPath(project_module_path: string, project_target_path: string): string; export declare function curryImportPath(project_module_path: string): (project_target_path: string) => string;