declare const fetchRealizedPnlData: (userAddress: string) => string;
declare const fetchPortfolioData: (userAddresses: string[]) => string;
declare const fetchAccountByWalletAddress: (walletAddress: string) => string;
declare const fetchLeaderboardUserData: (userAddresses: string[]) => string;
declare const fetchIntegratorFees: (userAddresses: string[]) => string;
declare const checkExistingUser: (userAddress: string) => string;
declare const depositedCollateralForSnxAccountsQuery: (accountIds: string[]) => string;

export { checkExistingUser, depositedCollateralForSnxAccountsQuery, fetchAccountByWalletAddress, fetchIntegratorFees, fetchLeaderboardUserData, fetchPortfolioData, fetchRealizedPnlData };
