import { type SourceFile } from 'ts-morph'; export declare function moveSourceFilePaths(files: SourceFile[], rename: (path: string) => string): void;