/** * Select object keys. * * @param obj * @param keys */ export declare function selectObjectKeys( obj: T, keys: string[], ): Partial;