import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const RegenerateAccountToken: core.serialization.ObjectSchema; export declare namespace RegenerateAccountToken { interface Raw { linked_account_id: string; account_token: string; } }