import { WTMessageType } from './wTMessageType'; export declare class WTEmployeeScheduleSimpleSMSToRecipient extends null { 'phoneNumberID': string; 'messageTemplate': any | null; 'mediaURLs'?: any | null; 'broadcastScheduledAt': any | null; 'toCellPhone': any | null; 'messageType'?: WTMessageType; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): any; }