import { JSDocStructure } from "./../doc";
export interface JSDocableNodeStructure {
    docs?: JSDocStructure[];
}
