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