/**
 * Validate that the user is running the most up-to-date version of the dev wizard
 * @author Gabe Abrams
 */
declare const validateWizardVersion: () => void;
export default validateWizardVersion;
