const val = await myfunc()const val2 = await myfunc2()export default { blah: val, blah: val2} satisfies Config;