import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Get Dates from Input
 * @section Content Types > Calendar > Dates
 * @icon Date
 *
 * Returns any dates found in the output from the previous action.
 *
 * ```js
 * getDatesFromInput();
 * ```
 */
declare const getDatesFromInput: () => WFWorkflowAction;
export default getDatesFromInput;
