import { SupportedDex, SupportedChainId } from '../types';
export declare function getUserDeposits(accountAddress: string, vaultAddress: string, dex: SupportedDex, chainId: SupportedChainId): Promise<import("../types").VaultTransactionEvent[]>;
export declare function getUserWithdraws(accountAddress: string, vaultAddress: string, dex: SupportedDex, chainId: SupportedChainId): Promise<import("../types").VaultTransactionEvent[]>;
