import type { MiddlewareRequest, MiddlewareResponse } from '@cedarjs/web/middleware'; /** * Clear the Supabase and auth cookies from the request and response * and clear the auth context */ export declare const clearAuthState: (req: MiddlewareRequest, res: MiddlewareResponse) => void; //# sourceMappingURL=util.d.ts.map