import { ErrorOptions, RuntimeError } from '@stone-js/core'; /** * Custom error for cookie operations. */ export declare class CookieError extends RuntimeError { constructor(message: string, options?: ErrorOptions); }