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<OperationRequest, OperationRequestInfo>;
};
//# sourceMappingURL=state.d.ts.map