import { type ExpectedExports } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/types.ts";
const { main } = ExpectedExports;
This is the entrypoint for the main container. Used to start up something like the service that the package represents, like running a bitcoind in a bitcoind-wrapper.
definition: (effects: Effects) => Promise<ResultType<null | void>>