interface IAny{
  [props: string]: any;
}

interface IAction extends IAny{
  type: string
}


declare const __static: string;
declare const __staticVar: string;