import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const LinkToken: core.serialization.ObjectSchema; export declare namespace LinkToken { interface Raw { link_token: string; integration_name?: string | null; magic_link_url?: string | null; } }