/** * Convert paths string to real-world import code. */ export declare function pathsToModuleCode(files: string[]): string;