export let execa: typeof import('execa');

export async function initSyncModule() {
  execa = await eval("import('execa')");
}
