import { UnbuiltSubquery } from "../types"; /** * Gets a series of array values from a contract at a given block number. * @param blockNumber Block number to query * @param address Contract address * @param arraySlot Slot number of the array to query * @param arrayIndexStart Start index of the array * @param arrayIndexEnd End index of the array * @param arrayIndexInterval Interval between array indices * @param arrayType Data type of the array * @returns A full DataSubquery[] that can be `append`ed to a QueryBuilderV2 instance */ export declare function templateArrayIndexValues(blockNumber: number, address: string, arraySlot: string, arrayIndexStart: string, arrayIndexEnd: string, arrayIndexInterval: string, arrayType: string): UnbuiltSubquery[]; //# sourceMappingURL=templateArrayIndexValues.d.ts.map