import { StartSdk } from "../StartSdk" export type Manifest = any export const sdk = StartSdk.of() .withManifest() .withStore<{ storeRoot: { storeLeaf: "value" } }>() .build()