export declare const enum Features { None = 0, Decorators = 1, ImportDefer = 2, ImportSource = 4 } export declare const nextFeatures: number;