export function readCookie(name: string): string { return ""; } export function writeCookie(name: string, value: string): void {}