import type { Context } from 'hono'; export declare function safeDecodeURIComponent(value: string): string; /** * Parses cookie header string according to RFC 6265 */ export declare function parseCookieHeader(ctx: Context): Map; //# sourceMappingURL=cookie.d.ts.map