import { ExecuteRoute, SuiTxResponse } from "types"; export declare class SuiHandler { executeRoute({ data }: { data: ExecuteRoute; }): Promise; }