declare const groupFilePathsByDirectoryName: (filePaths: string[]) => Record<string, string[]>;
export = groupFilePathsByDirectoryName;
