import { NetworkConfig } from './types'; export declare function getNetworkUrl({ protocol, host, port }: NetworkConfig): string; export declare function getErrorMessage(error: Error | string, fallbackMessage?: string): string;