import { HttpClient } from './http-client';
export declare const createServemeTfHttpClient: (endpoint: string, apiKey: string) => HttpClient;
