declare module 'homenet-plugin-zway' {
  import { IPluginLoader } from 'homenet-core';
  export var ZwayPluginLoader: new (...args: any[]) => IPluginLoader
}
