export declare class AuthenticationPreProcessingServiceTest {
    private config;
    private authService;
    private user;
    constructor();
    private getLogger;
    private givenUserAuthenticatedWhenConversationCalledThenAuthenticationContextSet;
    private givenUserNotAuthenticationWhenConversationCalledThenAuthenticationContextNotSet;
    test(): Promise<void>;
}
