import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const ConnectionRecipe: core.serialization.ObjectSchema; export declare namespace ConnectionRecipe { interface Raw { user_id: string; access_token: string; refresh_token: string; provider_id: string; expires_at: number; oauth_scopes?: string[] | null; } }