export default class PluginService {
    static getPluginVersion(): Promise<any>;
}
