export declare const unpick: (o: T | null | undefined, ...keys: (keyof T)[]) => Partial | undefined; //# sourceMappingURL=unpick.d.ts.map