import { ClientOptions } from "openapi-fetch"; import type { paths } from "./generated/schema"; export declare function createClient(options?: ClientOptions): import("openapi-fetch").Client; export * from './common'; export * from './socket-io'; export * from './ws'; export type * from './types'; export * from 'openapi-fetch';