import type { LayoutRenderer, RenderContext } from "../types"; export declare const createDefaultLayouts: () => Map; export declare const renderLoadingState: () => string; export declare const renderErrorState: (message: string) => string; export declare const renderShell: (context: RenderContext, body: string) => string;