import { type CookieSetOptions } from 'universal-cookie';
export declare function removeItem(name?: string, options?: CookieSetOptions): void;
