export interface ArtheraNodeConfig {
    executable: string;
    port: number;
}
//# sourceMappingURL=types.d.ts.map