export type CookiesGetMethodType = <T = string | null>(name: string) => T;
