import type { Ctor } from '../../types/class.types.js'; export declare const findInstanceOf: >(arr: any[], type: TOut) => InstanceType | undefined; //# sourceMappingURL=find-instance-of.d.ts.map