import type { Call } from "starknet"; /** * Assert that a prepared action returned at least one call. * * Shared by DCA, Lending, and Swap modules to validate provider output. */ export declare function assertPreparedCalls(calls: Call[], domain: string, providerId: string): void; //# sourceMappingURL=assert.d.ts.map