/** * Extracts the server id from an x-dtc HTTP header used by RUM. * * @param tagValue the tag value to parse * @returns the extracted serverid if tag is valid or undefined */ export declare function getServerId(tagValue: string): number | undefined; //# sourceMappingURL=XDtcHeader.d.ts.map