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