import { ListAction } from "../../helpers/enums"; export declare class ListEventArgs { sender: ListAction; model?: any; constructor(sender: ListAction, model?: any); }