import { MathOptions } from '../../asynciterable/mathoptions.js'; export declare function averageProto(this: AsyncIterable, options?: MathOptions): Promise; export declare function averageProto(this: AsyncIterable, options?: MathOptions): Promise; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX { average: typeof averageProto; } }