import type { InitializationStatus } from './boilerplateTemplates'; /** * Ensures one coder markdown file exists with the provided default boilerplate. * * @private function of `initializeCoderProjectConfiguration` */ export declare function ensureCoderMarkdownFile(projectPath: string, relativeFilePath: string, fileContent: string): Promise;