/**
 * @fileOverview This file contains a function that interacts with the Mach Exchange API to retrieve gas recommendations for a specified blockchain network.
 * @function getGasRecommendation - Retrieves gas recommendations for a given network, ensuring the network parameter is provided.
 */
export declare const getMachGasRecommendation: (network: string) => Promise<any>;
//# sourceMappingURL=getMachGasRecommendation.api.d.ts.map