export interface ArtheraNodeConfig {
    executable: string;
    port: number;
}
