import { ExtremaOptions } from '../../asynciterable/extremaoptions.js'; /** * @ignore */ export declare function minByProto(this: AsyncIterable, options?: ExtremaOptions): Promise; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX { minBy: typeof minByProto; } }