import"../../";
declaremodule"../../" {
interfaceEditorConfiguration {
// if true, it will be refreshed the first time the editor becomes visible.// you can pass delay (msec) time as polling durationautoRefresh?: boolean | { delay: number } | undefined;
}
}