import { ConnectApp, ConnectDebugState, ConnectHandlerOptions, ConnectionState, DEFAULT_SHUTDOWN_SIGNALS, InFlightRequest, WorkerConnection } from "./types.cjs";

//#region src/components/connect/index.d.ts
declare const connect: (options: ConnectHandlerOptions) => Promise<WorkerConnection>;
//#endregion
export { connect };
//# sourceMappingURL=index.d.cts.map