/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import type { IPackage } from "@fluid-tools/build-infrastructure"; import { type VersionBumpType } from "@fluid-tools/version-tools"; export declare function updateChangelogs(pkg: IPackage, bumpType: VersionBumpType, version?: string): Promise; //# sourceMappingURL=changelogs.d.ts.map