import { SbInterceptorMetadataForTarget } from '../metadata-framework'; export declare class SbDiscoveryMetadataExplorer { scanForInterceptorHooks(instance: object): IterableIterator<{ key: string | symbol; metadata: ReturnType; }>; } //# sourceMappingURL=metadata-explorer.d.ts.map