export declare const DEFAULT_GAS_REQUIRED = 200000; export default function chunkArray(items: T[], gasLimit?: number): T[][];