import type { LinqWrapper } from "../linqWrapper"; import { PipeBody } from "../../pipables"; /** Retrieves the length of sequence. */ export declare function count(): PipeBody, number>; /** * Retrieves the length of sequence, if the length can be evaluated without * an enumeration against the input {@link !Iterable}. */ export declare function tryGetCountDirect(): PipeBody, number | undefined>; //# sourceMappingURL=count.d.ts.map