import WFSerialization from '../interfaces/WF/WFSerialization';
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
declare const _default: (options: {
    /** The type of input to accept */
    inputType?: "URL" | "Date" | "Number" | "Text" | undefined;
    /** The default answer */
    defaultAnswer?: string | WFSerialization | undefined;
    /** The title of the dialogue */
    question?: string | WFSerialization | undefined;
}, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[];
export default _default;
