import type { Account, AccountLike } from "@ledgerhq/types-live"; export { getReceiveFlowError, checkAccountSupported, } from "@ledgerhq/ledger-wallet-framework/account/support"; export declare function canSend(account: AccountLike, parentAccount: Account | null | undefined): boolean; //# sourceMappingURL=support.d.ts.map