import type { Directory } from './ts-morph.ts'; /** Returns a map of source file paths to their sort order. */ export declare function getSourceFilesOrderMap(directory: Directory): Map;