import type { NextFunction, Response as ExpressResponse } from "express";
import type { AppRequest } from "../interfaces/SystemTypes";
export declare const apiAccessTokenHandler: (req: AppRequest, res: ExpressResponse, next: NextFunction) => Promise<any>;
//# sourceMappingURL=auth-api-key.d.ts.map