import { InjectionToken, Type } from '@angular/core'; import * as i0 from "@angular/core"; /** * Reflect API subsystem required for lib to work * * @public */ export interface ReflectApi { getMetadata(type: string, obj: unknown): unknown[]; } /** * @public */ export declare const ReflectRef: InjectionToken; /** * @public */ export declare class ReflectService { private reflect; constructor(reflect: ReflectApi); getCtorParamTypes(ctor: Type): unknown[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=reflect.service.d.ts.map