import { ConnectionState, DEFAULT_SHUTDOWN_SIGNALS, type ConnectApp, type ConnectHandlerOptions, type WorkerConnection } from "./types.js";
export { DEFAULT_SHUTDOWN_SIGNALS, type ConnectApp, type ConnectHandlerOptions, type ConnectionState, type WorkerConnection, };
export declare const connect: (options: ConnectHandlerOptions) => Promise<WorkerConnection>;
//# sourceMappingURL=index.d.ts.map