export declare function toggleRowStatus(statusArr: T[], row: T, newVal?: boolean): boolean;