import type { MakeTaggedBusinessEvent } from "../businessEventsReporter";
import type { MetricsEventTarget } from "../metricsEventTarget";
/**
 * The Session metric reports each user session.
 */
export type Session = MakeTaggedBusinessEvent<"session">;
/**
 * @internal
 */
export declare const reportUserSession: {
    (args_0: MetricsEventTarget): Promise<void>;
    token: "reportUserSession";
    dependencies: readonly ["metricsEventTarget"];
};
//# sourceMappingURL=reportUserSession.d.ts.map