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