declare const getTenant: (url?: string) => string;
declare const getVerifyReAnnotationTokenApiUrl: (tenant: string) => string;
declare const getTenantInfoApiUrl: (tenant: string) => string;
export { getTenant, getTenantInfoApiUrl, getVerifyReAnnotationTokenApiUrl };