import type e from "express"; import type { AuthHandler } from "../AuthHandler"; import type { LoginSignupConfig, SessionUser } from "../AuthTypes"; export declare function setMagicLinkOrOTPRequestHandler(this: AuthHandler, onMagicLink: Required>["onMagicLinkOrOTP"], app: e.Express): void; //# sourceMappingURL=setMagicLinkOrOTPRequestHandler.d.ts.map