import { FrameworkAdapter, CookieOptions } from '../types'; export declare class NextJSFrameworkAdapter implements FrameworkAdapter { setCookie(name: string, value: string, options?: CookieOptions): Promise; getCookie(name: string): Promise; deleteCookie(name: string): Promise; redirect(url: string): Promise; } //# sourceMappingURL=framework.d.ts.map