import { IEnvelopeArray } from "./i-envelope-array";
export declare function factoryEnvelopeArrayPagination<T>(items: T[], offSet: number, limit: number, total?: number, lastId?: string): IEnvelopeArray<T>;
