import type { NextConfig } from 'next/dist/types.js';
export declare function createCMS(): void;
export declare function withAlinea(config: NextConfig): NextConfig;
