import type * as express from "express";
/**
 * I HAVE NOT USE THIS YET !!! (lol)
 * ---
 * But SwaggerUI authentication is still working (I don't know why, but who cares), so I just leave this function here just in case.
 * @copyright https://tsoa-community.github.io/docs/authentication.html
 */
export declare function swaggerAuthentication(request: express.Request, securityName: string, scopes?: string[]): Promise<any>;
//# sourceMappingURL=auth-swagger.d.ts.map