import { ListActions } from './types'; export declare const listActions: (draft: any, data: any, action: ListActions) => void;