export function allowTrust(opts: {
    trustor: string;
    assetCode: string;
    authorize: (0 | 1 | 2);
    source?: string | undefined;
}): xdr.AllowTrustOp;
