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