export interface WebCookies { get(name: string, options?: any): any; set(name: string, value: number | string | string[], options?: any): void; }