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