import type { ProjectConfig } from "../../types.js";
export declare function setupStarlight(config: ProjectConfig): Promise<void>;
