import type { OperationVariables } from "@apollo/client"; import type { ManifestOperation } from "../types/application-manifest.js"; /** @internal */ export declare function getVariablesForOperationFromToolInput(operation: ManifestOperation, toolInput: Record | undefined): OperationVariables; //# sourceMappingURL=getVariablesForOperationFromToolInput.d.ts.map