/** * Returns a new object with the specified keys */ export declare function pick(keys?: string[]): (obj: Record) => {};