import type { ExpressReq } from "../AuthTypes"; export declare const getSafeReturnUrlFromQuery: (req: ExpressReq) => string | null | undefined; //# sourceMappingURL=getSafeReturnUrlFromQuery.d.ts.map