/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Scope { [x: string]: any; } //# sourceMappingURL=Scope.d.ts.map