import type { IDebugPromptOptions } from '../DebugStatus'; export declare function showDebugPrompt(options: IDebugPromptOptions): Promise; export declare function showError(innerError: Error, errorText: string, title: string): void; //# sourceMappingURL=index.d.ts.map