ConditionalImport: {
    module: ImportedModule;
    when: ConditionalKeys<Env, boolean | undefined>;
}

Type declaration