import type { AFS } from "@aigne/afs"; export declare function getAFSSystemPrompt(afs: AFS): Promise; export declare const AFS_EXECUTABLE_TOOLS_PROMPT_TEMPLATE = "\nHere are the executable tools available in the AFS you can use:\n\n{{ tools | yaml.stringify }}\n\n"; export declare const AFS_DESCRIPTION_PROMPT_TEMPLATE = "AFS (Agentic File System) provides tools to interact with a virtual file system,\nallowing you to list, search, read, and write files, or execute a useful tool from the available modules.\nYou can use these tools to manage and retrieve files as needed.\n";