import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Get Addresses from Input
 * @section Content Types > Location > Maps
 * @icon Maps
 *
 * Returns any street addresses found in the output from the previous action.
 *
 * ```js
 * getAddressesFromInput();
 * ```
 */
declare const getAddressesFromInput: () => WFWorkflowAction;
export default getAddressesFromInput;
