import type { ChainwatchNetwork, Account } from "@ledgerhq/types-live";
export declare const getSupportedChainsAccounts: (userId: string, chainwatchBaseUrl: string, supportedChains: ChainwatchNetwork[]) => Promise<(import("@ledgerhq/types-live").ChainwatchAccount | undefined)[]>;
export declare const updateTransactionsAlertsAddresses: (userId: string, chainwatchBaseUrl: string, supportedChains: ChainwatchNetwork[], newAccounts: Account[], removedAccounts: Account[]) => Promise<void>;
export declare const deleteUserChainwatchAccounts: (userId: string, chainwatchBaseUrl: string, supportedChains: ChainwatchNetwork[]) => Promise<void>;
//# sourceMappingURL=index.d.ts.map