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