/// import { BaseTransaction } from "./BaseTransaction.js"; export declare class TdgTransaction extends BaseTransaction { constructor(data?: Buffer | null); getResponseType(): { 1: string; 2: string; 32: string; }; } //# sourceMappingURL=TdgTransaction.d.ts.map