export function manageData(opts: {
    name: string;
    value: string | Buffer;
    source?: string | undefined;
}): xdr.ManageDataOp;
