import type { WizardOptions } from '../utils/types'; import type { SupportedTools } from './utils/detect-tool'; export declare function runSourcemapsWizard(options: WizardOptions, preSelectedTool?: SupportedTools): Promise; export declare function setupCI(selectedTool: SupportedTools, authToken: string, comingFrom: WizardOptions['comingFrom']): Promise; export declare function configureCI(selectedTool: SupportedTools, authToken: string): Promise;