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