export interface IFunctionCallArgument { readonly parameterName: string; readonly argumentValue: string; }