import { DecodeMethodEnum } from 'types/serverTransactions.types'; export declare const decodeForDisplay: ({ input, decodeMethod, identifier }: { input: string; decodeMethod: DecodeMethodEnum; identifier?: string | undefined; }) => { displayValue: string; validationWarnings: string[]; }; //# sourceMappingURL=decodeForDisplay.d.ts.map