import type { NormalizedBase } from "./normaliseBase.js"; /** * Returns a language cookie string that can be assigned to `document.cookie`. * * Use this to update the language cookie in the browser. * * The cookie lasts for 1 year. */ export declare const createLangCookie: (lang: string, path: NormalizedBase) => string; //# sourceMappingURL=cookie.d.ts.map