import { STObjectBase } from "../STObjectBase"; import { STContext } from "../STContext"; export declare class STRuntime extends STObjectBase { private importManager; constructor(context: STContext); getClassName(): string; }