import { RequestFnType } from "./utils/request"; export declare function createInsightsClient(requestFn: RequestFnType): import("./types").InsightsClient;