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): string; //# sourceMappingURL=config-prompts.d.ts.map