/** * Created by user on 2019/6/9. */ export declare function includesKey(target: T, keys: K): boolean;