import { Context } from "../agent/Context";
import { Source } from "../agent/Source";
import { extractStringsFromUserInput } from "./extractStringsFromUserInput";
export declare function extractStringsFromUserInputCached(context: Context, source: Source): ReturnType<typeof extractStringsFromUserInput> | undefined;
