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