import { Scope } from "./interfaces"; export declare function getInScope(target: any): Scope; export declare function getAsScope(target: any): Scope;