import type { PrepareMorphoSupplyArgs, PrepareMorphoWithdrawArgs, PrepareMorphoBorrowArgs, PrepareMorphoRepayArgs, PrepareMorphoSupplyCollateralArgs, PrepareMorphoWithdrawCollateralArgs } from "./schemas.js"; import type { UnsignedTx } from "../../types/index.js"; export declare function buildMorphoSupply(p: PrepareMorphoSupplyArgs): Promise; export declare function buildMorphoWithdraw(p: PrepareMorphoWithdrawArgs): Promise; export declare function buildMorphoBorrow(p: PrepareMorphoBorrowArgs): Promise; export declare function buildMorphoRepay(p: PrepareMorphoRepayArgs): Promise; export declare function buildMorphoSupplyCollateral(p: PrepareMorphoSupplyCollateralArgs): Promise; export declare function buildMorphoWithdrawCollateral(p: PrepareMorphoWithdrawCollateralArgs): Promise;