import { SeiAgentKit } from "../../index";
/**
 * Stakes SEI tokens on the network
 * @param agent SeiAgentKit instance
 * @param amount Amount of SEI to stake as a string (e.g., "1.5" for 1.5 SEI)
 * @returns Transaction hash or error message
 */
export declare function stakeSei(agent: SeiAgentKit, amount: string): Promise<string>;
//# sourceMappingURL=stakeBond.d.ts.map