import { TypeParameterDeclarationStructure } from "./../type";
export interface TypeParameteredNodeStructure {
    typeParameters?: TypeParameterDeclarationStructure[];
}
