import { NamedStructure } from "./../base";
export interface DecoratorStructure extends NamedStructure {
    arguments?: string[];
}
