//#region src/setupGitPluginSpec.default.d.ts
/**
 * As specified at https://github.com/semantic-release/git#options
 * To use, assign or create an object with the same (but mutable) properties and deeply-copy to the object
 * @satisfies { GitOptions }
 */
declare const DefaultOptions: {
  readonly assets: ["README.md", "CHANGELOG.md", "package.json", "package-lock.json", "npm-shrinkwrap.json"];
  readonly message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}";
};
//#endregion
export { DefaultOptions };
//# sourceMappingURL=setupGitPluginSpec.default.d.mts.map