export declare class WTTicketCreateParams extends null { 'recipientPhoneNumber'?: any | null; 'recipientEmailAddress'?: any | null; 'recipientMemberID'?: any | null; 'isComp'?: any | null; 'quantity'?: any | null; 'performanceID': any | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): any; }