export function formAuthJSON(authenticator: string, account: string, username: string, clientType: string, clientVersion: string, clientEnv: Object): JSON;
export function getAuthenticator(connectionConfig: Object, httpClient: any): Object;
export function isOktaAuth(authenticator: string): boolean;
