import { VersionBumper } from '../types';
declare const bumpPlatformAndroid: VersionBumper;
export default bumpPlatformAndroid;
