import { Injectable } from '../common/interfaces/injectable.interface'; export declare class MetadataScanner { scanFromPrototype(instance: T, prototype: any, callback: (name: string) => R): R[]; }