export declare function clearListState<T extends Record<PropertyKey, any>>(field: PropertyKey, state: T): T;
