import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function endWithProto(this: IterableX, ...args: T[]): IterableX; declare module '../../iterable/iterablex' { interface IterableX { endWith: typeof endWithProto; } }