import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Call
 * @section Content Types > Contacts > Phone
 * @icon PhoneNumber
 *
 * Call the contact, the text, place or phone number given as input.
 *
 * ```js
 * call();
 * ```
 */
declare const call: () => WFWorkflowAction;
export default call;
