/** * Names of tools used by the USE PROJECT commitment. * * @private constant of UseProjectCommitmentDefinition */ export declare const UseProjectToolNames: { readonly listFiles: string; readonly readFile: string; readonly upsertFile: string; readonly deleteFile: string; readonly createBranch: string; readonly createPullRequest: string; };