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