import { TypeOfMember } from '../types'; import { IEnumerable } from '../types'; export declare function ofType(src: Iterable, type: new (...params: unknown[]) => TResult): IEnumerable; export declare function ofType(src: Iterable, type: TypeOfMember): IEnumerable; //# sourceMappingURL=ofType.d.ts.map