export function inflation(opts?: {
    source?: string | undefined;
} | undefined): xdr.InflationOp;
