import type { CMS } from 'alinea/core/CMS';
import type { GenerateContext } from './GenerateContext.js';
export declare function generateDashboard({ configLocation, rootDir, configDir }: GenerateContext, cms: CMS, handlerUrl: string, staticFile: string): Promise<void>;