import { BaseTool } from "../client.js";
/**
 * Export an array of tools for Matcha-based swaps.
 */
export declare function swapTools({ zeroxApiKey, }: {
    zeroxApiKey: string;
}): BaseTool[];
//# sourceMappingURL=index.d.ts.map