export type SupportedTools = 'webpack' | 'vite' | 'rollup' | 'esbuild' | 'tsc' | 'sentry-cli' | 'create-react-app' | 'angular' | 'nextjs' | 'remix' | 'wrangler' | 'no-tool'; export declare const TOOL_PACKAGE_MAP: Record; export declare function detectUsedTool(): Promise;