export declare class OpenAiPrompts { static getFallbackSessionInstructions(): string; static getToolExecutionSuccessInstructions(toolName: string, toolArgs: unknown, toolResult: unknown): string; static getToolExecutionErrorInstructions(toolName: string): string; }