/**
 * @fileOverview This file contains functions that interact with the Mach Exchange API to retrieve pricing and asset information.
 * @function apiGetNativeTokenPrices - Retrieves the prices of native tokens.
 * @returns The native token prices
 * @function apiGetAssets - Retrieves asset information for a specified blockchain network.
 * @returns The asset information
 */
export declare const apiGetNativeTokenPrices: () => Promise<any>;
export declare const apiGetAssets: (chainName: string) => Promise<any>;
//# sourceMappingURL=price.api.d.ts.map