declare function _exports({ types }: { types: any; }, { fileList }: { fileList: any; }): { visitor: { Program: { exit(programPath: any, state: any): void; }; }; }; export = _exports;