import type { ARIAVersion } from '../types/index.js';
export declare function validateAriaVersion(version: string): version is ARIAVersion;
