import { DecoratorStructure } from "./../decorator";
export interface DecoratableNodeStructure {
    decorators?: DecoratorStructure[];
}
