/** * TransactionType API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const transactionType: { /** @see checkTransactionType */ readonly checkTransactionType: (transactionTypeCheckRequest: import("..").TransactionTypeCheckRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type TransactionTypeApi = typeof transactionType; //# sourceMappingURL=transaction-type.d.ts.map