import type { IAsyncEnumerable, InferType, OfType } from "../../types"; export declare const ofType: (source: AsyncIterable, type: TType) => IAsyncEnumerable>;