/** * ts验证key是否在对象中,并返回可靠值 * @param key * @param obj */ export declare function validKeyReturnValue(key: K, obj: T): T[K];