import { createRoot, Owner } from "solid-js";
export declare function runInSubRoot<T>(fn: Parameters<typeof createRoot<T>>[0], owner?: typeof Owner): T;
