import { SolanaErrorCode } from './codes'; export declare function getHumanReadableErrorMessage(code: TErrorCode, context?: object): string; export declare function getErrorMessage(code: TErrorCode, context?: Record): string; //# sourceMappingURL=message-formatter.d.ts.map