import type { Action } from '../Action'; import type { AppEvent } from './AppEvent'; import type { ExtoleInternal } from './ExtoleInternal'; export declare class PromptAction implements Action { type: string; title: string; execute(_event: AppEvent, _extole: ExtoleInternal): void; } //# sourceMappingURL=PromptAction.d.ts.map