import type { RemoteRoot } from '@remote-ui/core'; import { Node, RootNode } from './types'; export declare function createTestRoot(): RemoteRoot; export declare function mount = RemoteRoot>(run: (root: Root) => void, root?: Root): RootNode; export declare function isNode(maybeNode: unknown): maybeNode is Node; //# sourceMappingURL=mount.d.ts.map