export function wrapKeyToObject(key: any): any; export function parseKeys(keys?: any[]): any[]; export function diffKeys(prevKeys?: any[], currentKeys?: any[]): any[]; export const STATUS_ADD: "add"; export const STATUS_KEEP: "keep"; export const STATUS_REMOVE: "remove"; export const STATUS_REMOVED: "removed";