import { CardType } from '@coolwallet/core';
export declare function shouldUseLegacyUtxoScript(cardType: CardType, seVersion: number): boolean;
export declare function shouldUseLegacyScript10Or11(cardType: CardType, seVersion: number): boolean;
