export declare enum StartChatFailureType { Unauthorized = "unauthorized", AuthSetupError = "authSetupError", Generic = "generic" }