export declare enum ECiModuleType {
    NON_NPM = "non_npm",
    NPM_ONLY = "npm_only",
    UNIVERSAL = "universal"
}
