export type WithIndexSignature = T & Record; export declare function hasIndexSignature(obj: T): obj is T & Record;