import { type ProjectInitializationStatus } from '../common/projectInitialization'; /** * Ensures `.gitignore` excludes local Agents Server runtime artifacts. * * @private internal utility of `ptbk agents-server init` */ export declare function ensureAgentsServerGitignoreFile(projectPath: string): Promise;