declare function require(dependency:string, factory?:(...args: any[]) => void):void; declare function require(dependencies:string[], factory?:(...args: any[]) => void):void;