interface IAny{ [props: string]: any; } interface IAction extends IAny{ type: string } declare const __static: string; declare const __staticVar: string; declare module "*.md" declare module 'react-desktop/macOs';