export function createAccount(opts: {
    destination: string;
    startingBalance: string;
    source?: string | undefined;
}): xdr.CreateAccountOp;
