type CookieValueTypes = string | boolean | undefined | null; export type { CookieValueTypes };