import * as Types from './Types'; export interface PluginInterface { Types: typeof Types; default: typeof Types.WebView; }