import { ReactRuntimeCore } from '../../runtimes/react/react-runtime-core'; import { type Element } from '../../state/read-only-state'; import { type ApiRequest, ApiResponse, type ErrorResponseBody } from '../request-response'; export declare function elementTreeHandler(req: ApiRequest, { runtime }: { runtime: ReactRuntimeCore; }): Promise>; //# sourceMappingURL=element-tree.d.ts.map