import { CMS } from 'alinea/core/CMS';
export declare function loadCMS(outDir: string): Promise<CMS>;
