/** * Action ID for the `Configure Prompt Files...` action. */ export declare const CONFIGURE_PROMPTS_ACTION_ID = "workbench.action.chat.configure.prompts"; /** * Helper to register all the `Run Current Prompt` actions. */ export declare function registerRunPromptActions(): void;