import type { MainThreadLynx } from '../types/MainThreadLynx.js';
import type { Cloneable } from '../types/index.js';
export declare function createServerLynx(globalProps: Cloneable, customSections: Record<string, Cloneable>): MainThreadLynx;
