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