import { AuthType } from '../enums/auth-type'; export declare type TableauOptions = { AUTH_TYPE: AuthType; SERVER_URL: string; EXTRACT_URL: string; AUTHENTICATE_URL: string; connectionId: string; CALLER_ID: string; EPS_INSTANCE_ID: string; connectorClass: string; tacoPath: string; isInsideIframe: boolean; };