export declare function agentTraceIdentityAttributes(input: {
    readonly rootSessionId: string;
    readonly sessionId: string;
}): Record<string, string | number>;
