/**
 * Check if the current Goat version matches the local project settings
 */
export default function checkVersion(version: string): boolean;
