import { DeleteActionSetRequest } from '../../typings'; export declare const deleteActionSet: (data: DeleteActionSetRequest) => Promise;