import { TypeInfos } from "./env"; export default function (modules: { name: string; srcFiles: string; outFile: string; header?: string; }[], typeInfos: TypeInfos): void;