export { cliOptions }; declare const cliOptions: { verbose: boolean; inspect: boolean; debugEsbuild: boolean; bail: boolean; };