export declare class ListSelectedSetItemSelectedAction { id: any; selected: boolean; constructor(id: any, selected: boolean); }