export default async (context: any) => { const { five } = await context.import("./somethingEarly.out"); return five.toString(); };