import { ExpectationValue } from "../Values"; export interface RespondAction { execute(ctx: ExpectationValue): Promise; }