import { HederaNetworkType } from '../types';

export declare const createBaseMirrorNodeApiUrl: (networkType: HederaNetworkType) => string;
