import type { NormalizedSession } from './types.js'; export interface ETagOptions { preset?: string; tokenBudget?: number; from?: number; to?: number; anchor?: string; search?: string; page?: number; format?: string; } export declare function computeETag(session: NormalizedSession, opts?: ETagOptions): string; //# sourceMappingURL=etag.d.ts.map