import type { ComponentInstance, PageInstance } from "../../api/RootComponent/Instance/RootComponentInstance"; export declare function isPage(Ins: ComponentInstance | PageInstance): Ins is PageInstance;