// @ts-nocheck export type { SessionRequest } from "./framework"; export declare const plugin: import("./types").FastifyPluginCallback; export declare const errorHandler: () => (err: any, req: import("./types").FastifyRequest, res: import("./types").FastifyReply) => Promise; export declare const wrapRequest: (unwrapped: any) => import("..").BaseRequest; export declare const wrapResponse: (unwrapped: any) => import("..").BaseResponse;