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