import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
/**
 * @action Clear Up Next
 * @section Content Types > Music > Music
 * @icon Music
 *
 * Clears all the music in your Up Next queue.
 *
 * ```js
 * clearUpNext();
 * ```
 */
declare const clearUpNext: () => WFWorkflowAction;
export default clearUpNext;
