import { Scope } from './scope-options';
export interface IntrospectionResult {
    scope: Scope;
}
//# sourceMappingURL=introspection-result.d.ts.map