import { Connector, Tool } from "../types";
export declare class PromptBuilder {
    static buildGenerateParametersPrompt(message: string, tool: Tool): string;
    static prettifyExecuteToolResponse(message: string, response: any, tool: Tool, connector: Connector): string;
}
//# sourceMappingURL=prompt-builder.d.ts.map