/**
 * For React Native, the caller is responsible for providing deviceId/route etc. to logger context.
 *
 * Only sessionId is provided here.
 * Session ID is fixed during app lifecycle (till full exit from phone memory).
 * A new session ID is generated for next use.
 */
export declare const loggerContext: {
    session_id: string;
};
//# sourceMappingURL=logger-context.d.ts.map