import Joi from "joi";
import { Then } from "ivr-tester";
declare const typeValue: "doNothing";
export interface JsonThenDoNothing {
    type: typeof typeValue;
}
export declare const jsonThenDoNothing: {
    typeValue: "doNothing";
    schema: Joi.ObjectSchema<JsonThenDoNothing>;
    converter(json: JsonThenDoNothing): Then;
};
export {};
