import type { Cookie, CookieListItem } from './types.js';
export declare function getCookieString(item: CookieListItem | Cookie): string;
