export interface AsyncableNodeStructure {
    isAsync?: boolean;
}
