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"; export declare const PasswordAuthLink: core.serialization.Schema>; export declare namespace PasswordAuthLink { interface Raw { username: string; password: string; provider: Providers.Raw; auth_type: AuthType.Raw; } }