For the following snippet:
let variable: typeof import(\'large-module\'); async function expensiveOperation () { variable = await import(\'large-module\');