const rpcExports = {
    main: async () => {
        const instance = await new YourAgent().start();
        return instance.data;
    },