import { type HttpApiError } from '../HttpApiError.js'; import type { Rec, RequestResponseHandler } from '../index.js'; import type { WithNormalizedInputHeaders } from './headersNormalizer/types.js'; export type WithUserId = { readonly userId: string | undefined; }; export declare const middleware: () => (wrapped: RequestResponseHandler) => RequestResponseHandler; //# sourceMappingURL=jwtDecoder.d.ts.map