export declare class SwaggerValidationTest {
    private config;
    constructor();
    private swaggerValidationTest;
    test(): Promise<void>;
}
