const input = {}; const { given_name: givenName, 'last_name': lastName, [`country`]: country } = input, rest = babelHelpers.objectWithoutProperties(input, ["given_name", "last_name", `country`]);