import type { GetChainById } from '../hooks/useAvailableChains.js';
export declare const formatServerErrorMessage: (message: string | null | undefined, getChainById: GetChainById) => string | null | undefined;
