export interface FunctionCallRequest { functionName: string; parameters: Map; } //# sourceMappingURL=FunctionCallRequest.d.ts.map