import { EvmAgentKit } from "../../agent"; /** * Supply assets to Compound * @param agent - The agent instance * @param args - The supply arguments containing assetId and amount * @returns A string with the result of the supply operation */ export declare function supply(props: { agent: EvmAgentKit; assetId: string; amount: string; }): Promise; //# sourceMappingURL=supply.d.ts.map