import "./index.css";
import { InspectorOptions } from "../types";
export declare const createClient: (options: InspectorOptions) => void;
