import { KordClient } from './client/KordClient';
import { startGrpcServer } from './utils/grpcServer';
const client = new KordClient();
startGrpcServer(client as any);
client.start();