export declare function typedKeys<T extends object>(obj: T): (keyof T)[];
