export declare const setCookie: (options: CookieOptions) => void;
export declare const getCookieValue: (name: string) => string | null;
//# sourceMappingURL=cookies.d.ts.map