export interface ValueOperandAsResponse { /** * The operand value. */ value: string; } //# sourceMappingURL=ValueOperandAsResponse.d.ts.map