1 2 3 4 5
declare module 'run-sequence' { function runSequence(...args: any[]): void; module runSequence {} export = runSequence; }