/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../.."; import * as Syndicate from "../../../../api"; import * as core from "../../../../core"; export declare const SendTransactionResponse: core.serialization.ObjectSchema; export declare namespace SendTransactionResponse { interface Raw { transactionId: string; } }