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