import { BaseTransaction } from './common'; export interface DepositPreauth extends BaseTransaction { TransactionType: 'DepositPreauth'; Authorize?: string; Unauthorize?: string; } export declare function validateDepositPreauth(tx: Record): void; //# sourceMappingURL=depositPreauth.d.ts.map