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