import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Add to Reading List
 * @section Content Types > Web > Safari
 * @icon Safari
 *
 * Adds URLs passed into the action to your reading list.
 *
 * ```js
 * addToReadingList();
 * ```
 */
declare const addToReadingList: () => WFWorkflowAction;
export default addToReadingList;
