export declare const MakeHaus: { init: (layoutJson: string, uiReadyCallback: () => void, tcReadyCallback: () => void, config?: { websocketPort?: number | undefined; webappPort?: number | undefined; } | undefined) => void; refreshUI: () => void; }; //# sourceMappingURL=launch.d.ts.map