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; export declare const deleteUserChainwatchAccounts: (userId: string, chainwatchBaseUrl: string, supportedChains: ChainwatchNetwork[]) => Promise; //# sourceMappingURL=index.d.ts.map