// Type definitions for main // Project: // Definitions by: Jay Querie declare function main( module: any, callback: () => any ): void export default main;