export declare const hasKeys: <T extends object>(obj: T) => boolean;
