export declare const PREFIX = "Answer the following questions as best you can. You have access to the following tools:"; export declare const formatInstructions: (toolNames: string) => string; export declare const SUFFIX = "Begin!\n\nQuestion: {input}\nThought:{agent_scratchpad}";