import { IFilesByPath } from '../interfaces/FilesInterfaces';
export default function fileGenerator(rootPath: string, filesByPath: IFilesByPath[]): void;
//# sourceMappingURL=fileGenerator.d.ts.map