import { newImplementation } from "./network"; export { setNetworkState } from "./network"; export { getNetworkState } from "./state"; export type { NetworkState } from "./network"; export { LedgerAPI4xx, LedgerAPI5xx, NetworkDown } from "./errors"; export default newImplementation; //# sourceMappingURL=index.d.ts.map