export type NoExpandObject = T & { [K in keyof T]: T[K]; }; //# sourceMappingURL=no-expand.d.ts.map