export function setCookie(cookie: string): void {} export async function getCookie(): Promise { return ""; }