declare const compile: (indir: string, outdir: string, cb: (err?: Error) => void, types?: string[]) => void; export = compile;