import type { BillingUser } from "./types.js"; export declare function sendMagicAuth(email: string): Promise; export declare function verifyMagicAuth(email: string, code: string): Promise; //# sourceMappingURL=magic-auth.d.ts.map