declare const _exports: { generateCode: typeof generateCode; }; export = _exports; declare function generateCode(dataSource: any): void;