import { ICookieOptions, CookieValue, CookieProperty } from './types';
export declare function prop<T extends CookieValue>(key: string, defaultOptions?: ICookieOptions): CookieProperty<T>;
