export function getCookieOptions(options?: {}): {
    path: any;
    expires: Date;
    secure: any;
};
