/**
 * Char that separates the branch name from the version number in the appImage
 * @author Gabe Abrams
 */
declare const BRANCH_VERSION_SEPARATOR = "@";
export default BRANCH_VERSION_SEPARATOR;
