import type { OperationRequest, OperationRequestInfo } from "./interfaces.js"; /** * Defines the shared state between CJS and ESM by re-exporting the CJS state. */ export declare const state: { operationRequestMap: WeakMap; }; //# sourceMappingURL=state.d.ts.map