import { Scope } from "./../../compiler";
export interface ScopedNodeStructure {
    scope?: Scope;
}
