export declare type IsEmptyObject = T extends Record ? true : false; //# sourceMappingURL=IsEmptyObject.d.ts.map