import { type DrizzleExecutor } from "../drizzle.js"; /** * Issues a single-use authMagicLinks challenge for an email only when the server currently accepts that registration request. * Centralizing expiry, token hashing, and policy validation keeps delivery code from persisting links that could never be redeemed. */ export declare function magicLinkCreate(executor: DrizzleExecutor, email: string, rawToken: string): Promise; //# sourceMappingURL=magicLinkCreate.d.ts.map