type Obj = { [key: string]: T; }; export declare const objectPartition: (obj: Obj, keys: string[]) => [Obj, Obj]; export {}; //# sourceMappingURL=objectPartition.d.ts.map