export interface ExportableNodeStructure {
    isExported?: boolean;
    isDefaultExport?: boolean;
}
