import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Get Contacts from Input
 * @section Content Types > Contacts > Contacts
 * @icon Contacts
 *
 * Gets contacts from the result of the previous action.
 *
 * ```js
 * getContactsFromInput();
 * ```
 */
declare const getContactsFromInput: () => WFWorkflowAction;
export default getContactsFromInput;
