import type { ChangelogBoundary } from "../../commit/types"; export declare function detectChangelogBoundaries(cwd: string, stagedFiles: string[]): Promise;