import type * as Vital from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { AuthType } from "../../../../types/AuthType.js"; import { Providers } from "../../../../types/Providers.js"; import { Region } from "../../../../types/Region.js"; export declare const EmailAuthLink: core.serialization.Schema>; export declare namespace EmailAuthLink { interface Raw { email: string; provider: Providers.Raw; auth_type: AuthType.Raw; region?: Region.Raw | null; } }