import type { IAsyncEnumerable } from "../../types/index.js"; /** * Returns an empty IAsyncEnumerable that has the specified type argument. * @returns An empty IAsyncEnumerable whose type argument is TResult. */ export declare const emptyAsync: () => IAsyncEnumerable;