import { Context } from "../agent/Context"; import { extractStringsFromUserInput } from "./extractStringsFromUserInput"; type ReturnValue = ReturnType; export declare function extractStringsFromUserInputCached(context: Context): ReturnValue; export {};