import { SignedTransaction } from './signed-transaction'; export interface SignedTezosSaplingTransaction extends SignedTransaction { }