export declare function unknownGet(obj: unknown, key: string): T; export declare function unknownSet(obj: unknown, key: string, value: T): void;