import type { TezosContext } from '../config';
import type { TransactionIntent, TransactionValidation } from '@ledgerhq/coin-module-framework/api/types';
export declare function validateIntent(context: TezosContext, intent: TransactionIntent): Promise<TransactionValidation>;
//# sourceMappingURL=validateIntent.d.ts.map