import type { CMS } from 'alinea/core/CMS';
import type { ComponentType } from 'react';
export declare function bootProd(handlerUrl: string, cms: CMS, views: Record<string, ComponentType>): Promise<void>;
