import { ChangeType, ComponentUpdateObject } from '../release-bot.types'; export declare function getChangeType(componentUpdate: ComponentUpdateObject): ChangeType; //# sourceMappingURL=getChangeType.d.ts.map