import { NetworkInfo } from"./networks.js";
exporttypeWithNetwork<T> = T & {
/**
* The network to use for the request. If not set, the network of the `AptosJSProClient` instance will be used.
*/network?: NetworkInfo;
};
//# sourceMappingURL=parameters.d.ts.map