import type { FastjsCookie, FastjsCookieAPI } from "./cookie-types";
export declare function createMethods(cookie: FastjsCookie): FastjsCookieAPI;
