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