export declare function selectAutomationSlashCommandInput(input: { latestText: string; automationPrompt: string; }): string; export declare function selectAutomationSupervisorText(input: { renderedAutomationText?: string | null; slashCommandInput: string; runtimePrompt: string; }): string; export declare function normalizeAutomationEventText(content: string, renderedCommand: string): string; //# sourceMappingURL=automation-runtime-input.d.ts.map