import { ScopeClass } from '../../types'; /** * Creates scope that handle some updates. Scope constructor gets services, passed into module * */ export declare function Scope(): (_: typeof ScopeClass) => void;