import type { Context } from 'hono'; import * as Response from '../../internal/Response.js'; /** Returns the standard error for operations that require a user session. */ export declare function sessionRequired(c: Context): Response & import("hono").TypedResponse<{ error: { code: "forbidden"; details?: readonly Response.error.Detail[] | undefined; message: string; }; requestId: string; }, 403, "json">; //# sourceMappingURL=Error.d.ts.map