import type e from "express"; import type { AuthHandler } from "../AuthHandler"; export declare function setCatchAllRequestHandler(this: AuthHandler, app: e.Express): void; //# sourceMappingURL=setCatchAllRequestHandler.d.ts.map