import { ComponentUpdateObject } from '../release-bot.types'; export declare const constructBasicUpdateText: (component: ComponentUpdateObject) => string; export declare const constructUpdateTextWithChangelog: (component: ComponentUpdateObject) => string; export declare const constructShortUpdateText: (component: ComponentUpdateObject) => string; //# sourceMappingURL=constructUpdateText.d.ts.map