export declare const getKeyValue: (obj: T, key: K) => T[K]; export declare const setKeyValue: (obj: T, key: K, value: any) => T[K];