import { type Call } from "starknet"; import type { MinimalProviderInterface } from "../types"; export declare const aggregate: (provider: MinimalProviderInterface, multicallAddress: string, calls: Call[]) => Promise<(string[] | Error)[]>;