import { BaseTransaction } from "./BaseTransaction.js"; export declare class AuthTransaction extends BaseTransaction { constructor(data: any); } //# sourceMappingURL=AuthTransaction.d.ts.map