import type { Scope } from './scope.js'; export interface RegistrationOptions { scope?: Scope; } //# sourceMappingURL=options.d.ts.map