import { IPluginLoader } from '@homenet/core';
export declare function create(annotate: any): {
    ZwayPluginLoader: new (...args: any[]) => IPluginLoader;
};
