import type { Icrc21Did } from '../declarations';
export declare const mapIcrc21ErrorToString: (error: Icrc21Did.icrc21_error) => string;
