import { StaticableNodeStructure, DecoratableNodeStructure, AbstractableNodeStructure, ScopedNodeStructure, BodiedNodeStructure, PropertyNamedNodeStructure } from "./../base";
import { FunctionLikeDeclarationStructure } from "./../function";
export interface SetAccessorDeclarationStructure extends SetAccessorDeclarationSpecificStructure, PropertyNamedNodeStructure, StaticableNodeStructure, DecoratableNodeStructure, AbstractableNodeStructure, ScopedNodeStructure, FunctionLikeDeclarationStructure, BodiedNodeStructure {
}
export interface SetAccessorDeclarationSpecificStructure {
}
