declare const prottle: ( limit: number, arr: Array<() => any> ) => Promise; export = prottle;