import { MitosisNode } from '../types/mitosis-node'; export declare const isMitosisNode: (thing: unknown) => thing is MitosisNode;