import { type CookieGetOptions } from 'universal-cookie';
export declare function getValue(name?: string, options?: CookieGetOptions, defaultValue?: string | null): string | null | undefined;
