export declare enum ModuleDetectionKind {
    None = 0,
    Auto = 1,
    Legacy = 2,
    Force = 3
}
//# sourceMappingURL=moduleDetectionKind.enum.d.ts.map