import { BaseAccessibilityTest, TestContext, TestResult } from '../base-test';
export declare class LanguageI18nTest extends BaseAccessibilityTest {
    name: string;
    description: string;
    category: string;
    priority: string;
    standards: string[];
    run(context: TestContext): Promise<TestResult>;
}
//# sourceMappingURL=language-i18n-test.d.ts.map