import type { RequestHandler } from 'express';
import type { EdgeService } from '../../services/index.js';
export declare const hmacSignatureVerifyTokenRequest: (edgeService: EdgeService) => RequestHandler;
//# sourceMappingURL=edge-hmac-verifier.d.ts.map