import * as $dara from '@darabonba/typescript'; export declare class SendTTSVerifyLinkRequest extends $dara.Model { /** * @remarks * The ID of the alert contact. * * This parameter is required. * * @example * 123 */ contactId?: number; /** * @remarks * The mobile number of the alert contact. * * This parameter is required. * * @example * 1381111**** */ phone?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }