export declare const enum ScriptInfoState {
    None = 0,
    Executing = 1,
    Executed = 2
}
//# sourceMappingURL=ScriptInfoState.d.ts.map