/opt/canhelp/node_modules/gel/dist
Edit: /opt/canhelp/node_modules/gel/dist/browserClient.d.ts (200B)
import { Client, type ConnectOptions } from "./baseClient";
export declare function createClient(): Client;
export declare function createHttpClient(options?: string | ConnectOptions | null): Client;