import type { CryptoCurrency } from "../types"; import type { Account, AccountLike, DerivationMode } from "@ledgerhq/types-live"; export declare const shouldShowNewAccount: (currency: CryptoCurrency, derivationMode: DerivationMode) => boolean; export declare const getReceiveFlowError: (_account: AccountLike, _parentAccount: Account | null | undefined) => Error | undefined; export declare function checkAccountSupported(account: Account): Error | null | undefined; //# sourceMappingURL=support.d.ts.map