import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Show Definition
 * @section Content Types > Text >
 * @icon Dictionary
 *
 * Shows the definition of the word passed into the action.
 *
 * ```js
 * showDefinition();
 * ```
 */
declare const showDefinition: () => WFWorkflowAction;
export default showDefinition;
