export interface SdkParameters { apiHost?: string; basicToken?: string; apiKey?: string; downloadDirectory?: string; }