export function isObservable(value: any): boolean {
  return false;
}