export interface SignedTransaction {
    id: string;
    signedTransaction: string;
}
//# sourceMappingURL=SignedTransaction.d.ts.map