import { Context } from "../../agent/Context"; /** * Checks if the XML string can be found in the context. */ export declare function isXmlInContext(xml: string, context: Context): boolean;