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