import { ContractCall } from '../entities';

export declare const isStaticArray: (calls: ContractCall[]) => boolean;
