import type { ProjectConfig } from './project-config.js';
/**
 * Serialize config to YAML string with helpful comments.
 *
 * @param config - Partial config object (schema required, context/rules optional)
 * @returns YAML string ready to write to file
 */
export declare function serializeConfig(config: Partial<ProjectConfig>): string;
//# sourceMappingURL=config-prompts.d.ts.map