import { FastjsCookie } from "./cookie-types";
export declare function createFastjsCookie(path?: string, domain?: string): FastjsCookie;
