import restore from "./restoreImpl"; async function runRestoreStep(): Promise { await restore(); } runRestoreStep();