///
import { IncomingMessage } from "http";
/** Creates a JWT valid request with the given secret and the extraData in the JWT token */
export declare function createJwtRequest(secret: string, extraData?: Record): IncomingMessage;
//# sourceMappingURL=create-jwt-request.d.ts.map