import type { DecodedCalldata } from "./types"; export declare function decodeCalldata(calldata: string): Promise;