/** * Relative path to the shared coder context file initialized in project roots. * * @private internal utility of `ptbk coder` */ export declare const AGENTS_FILE_PATH = "AGENTS.md"; /** * Returns the default coder `AGENTS.md` boilerplate instructions. * * @private internal utility of `ptbk coder` */ export declare function getDefaultCoderAgentsFileContent(): string;