import { type ExpectedExports } from "https://deno.land/x/embassyd_sdk@v0.3.4.0.0-alpha2/types.ts";
const { restoreBackup } = ExpectedExports;
For restoring service data that was previously backed up using the embassyOS UI create backup flow. Backup restores are also triggered via the embassyOS UI, or doing a system restore flow during setup.
definition: (effects: Effects) => Promise<ResultType<unknown>>