import type { CallRequest } from '@dfinity/agent';
import type { IcrcBlob } from '../types/blob';
export declare const decodeCallRequest: (contentMap: IcrcBlob) => CallRequest;
