/** * Pick keys from an object */ export declare function pick(obj: Record, keys: string[]): Record;