import type { ChangeLogFile } from '../types';
export declare const id = "bitbucket-server-changelog";
export declare function getReleaseNotesMd(repository: string, apiBaseUrl: string, sourceDirectory?: string): Promise<ChangeLogFile | null>;
