export interface DeclarationNamedNodeStructure {
    name: string;
}
