/**
 * @fileOverview This file contains a function that interacts with the Mach Exchange API to retrieve faucet funds for a specified wallet.
 * @function apiGetFaucetFunds - Retrieves the faucet funds for a given wallet address.
 */
export declare const apiGetFaucetFunds: (wallet_address: string) => Promise<any>;
//# sourceMappingURL=faucet.api.d.ts.map