import type { IAnyStateTreeNode } from 'mobx-state-tree';
export declare function doAfterAttach<T extends IAnyStateTreeNode>(self: T): void;
