import { Context } from "@opentelemetry/api"; export declare function setXDtc(context: Context, xDtc: string): Context; export declare function getXDtc(context: Context): string | undefined; export declare function setServerId(context: Context, serverId: number): Context; export declare function getServerId(context: Context): number | undefined; export declare function setMobileTag(context: Context, mt: string): Context; export declare function getMobileTag(context: Context): string | undefined; //# sourceMappingURL=RumLite.d.ts.map