export function someOtherFoo(value: any) {
  return typeof value === 'string';
}
