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