/** * Get cookie * @param {string} cookieName - The name of the cookie to get * @returns {string} - The value of the cookie */ export declare function getCookie(cookieName: string): string | undefined; //# sourceMappingURL=get-cookie.d.ts.map