export function getFromStorage(key: string): string | null { return null; } export function setInStorage(key: string, value: string): void {}