import { IHttpHandler } from "./httpHandler.js";
export declare function createHttpHandler(apiKey: string | undefined, baseUrl?: string | undefined): IHttpHandler;
export declare function createIdentityHttpHandler(apiKey: string | undefined, metricsKey: string | undefined, baseUrl: string | undefined): IHttpHandler;
export declare function createLocalHashingHttpHandler(baseUrl: string | undefined): IHttpHandler;
