import type { ProjectConfig } from "../types.js";
export declare function displayConfig(config: Partial<ProjectConfig>): string;
