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