import type { AnySpiceflow, Spiceflow } from '../spiceflow.ts'; import type { SpiceflowClient } from './types.ts'; export { SpiceflowClient }; import { streamSSEResponse, TextDecoderStream } from './shared.ts'; export { streamSSEResponse, TextDecoderStream }; export { createSpiceflowFetch } from './fetch.ts'; export type { SpiceflowFetch } from './fetch.ts'; export declare const createSpiceflowClient: (domain: App | string, config?: SpiceflowClient.Config & (App extends Spiceflow ? { state?: Singleton["state"]; } : {})) => SpiceflowClient.Create; //# sourceMappingURL=index.d.ts.map