import type { IStellarNetwork } from './types'; export declare function submitStellarTransaction(signedXdr: string, network: IStellarNetwork): Promise;