declare const unpick: , T = Record>(object: R, list?: string[]) => T; export default unpick;