import { type DecodedCall } from './abi.js'; export type { DecodedCall } from './abi.js'; export declare function decodeKernelExecute(callData: string): DecodedCall[];