import { type BindingScope } from './BindingScope.js';
export interface AutobindOptions {
    scope: BindingScope;
}
//# sourceMappingURL=AutobindOptions.d.ts.map