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