import type { TrackerType } from "./types"; export declare function humanizeDuration(seconds: number, lang?: string, trackerType?: TrackerType): string; export declare function parseCookieName(raw: string): string; export declare function parseMaxAgeSeconds(raw: string): number | null; export declare function isDeletion(raw: string): boolean; export declare function removeCookies(names: string[]): void; //# sourceMappingURL=cookie-utils.d.ts.map