import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { Account } from "./Account"; export declare const TicketRequestAccount: core.serialization.Schema; export declare namespace TicketRequestAccount { type Raw = string | Account.Raw; }