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