export function setTrustLineFlags(opts?: {
    trustor: string;
    asset: Asset;
    flags: {
        authorized?: any;
        authorizedToMaintainLiabilities?: any;
        clawbackEnabled?: any;
    };
    source?: string | undefined;
}): xdr.SetTrustLineFlagsOp;
