export declare const getPageIndex: (offset: number, { maxIndex, pageLength, }: {
    maxIndex: number;
    pageLength: number;
}) => number;
//# sourceMappingURL=getPageIndex.d.ts.map