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