import Joi from "joi";
import { When } from "ivr-tester";
declare const typeValue: "isAnything";
export interface JsonWhenPromptIsAnything {
    type: typeof typeValue;
}
export declare const jsonWhenPromptIsAnything: {
    typeValue: "isAnything";
    schema: Joi.ObjectSchema<JsonWhenPromptIsAnything>;
    converter(json: JsonWhenPromptIsAnything): When;
};
export {};
