import { Network } from "./Network";
export type NodanaSettings = {
    network: Network;
};
