export declare class ConversationServiceTest {
    private schemaDir;
    private config;
    private logger;
    constructor();
    /**
     * Tests that obligatory schemas are in line with the properties
     * requestValidation and responseValidation
     */
    private obligatorySchemasListTest;
    /**
     * Tests that optional schemas are in line with the properties
     * requestValidation and responseValidation
     */
    private optionalSchemasListTest;
    test(): Promise<void>;
}
