/** * Endpoint to get history of "Buy with Fiat" transactions for given wallet address. * @internal */ export declare const getPayBuyWithFiatHistoryEndpoint: () => string; /** * Endpoint to get a "Buy with Crypto" transaction history for a given wallet address. * @internal */ export declare const getPayBuyWithCryptoHistoryEndpoint: () => string; /** * Endpoint to get buy history for a given wallet address. * This includes both "Buy with Crypto" and "Buy with Fiat" transactions. * @internal */ export declare const getPayBuyHistoryEndpoint: () => string; //# sourceMappingURL=definitions.d.ts.map