type DebugTools = { ['asset-file-names-in-output']: boolean; ['simple-cli-reporter']: boolean; ['bundle-stats']: boolean; ['scope-hoisting-stats']: boolean; ['debug-prelude']: boolean; }; export declare let debugTools: DebugTools; export {};